标签: mongodb
假设我有一个包含8个文档的集合。 " 使用聚合管道"如何创建"索引"每个以1,2,3,4,...,8开头的文档的字段。
{ "index": 1 }, { "index": 2 }, { "index": 3 }, . . . { "index": 8 }