Reports the total size used by the indexes on a collection. 报告集合上索引使用的总大小。Provides a wrapper around the totalIndexSize field of the collStats output.在collStats输出的totalIndexSize字段周围提供包装。
Changes the minimum number of data-bearing members (i.e commit quorum), including the primary, that must vote to commit an in-progress index build before the primary marks those indexes as ready.更改在主索引将这些索引标记为就绪之前,必须投票提交正在生成的索引的数据承载成员(即提交仲裁)的最小数量,包括主成员。
Returns geospatial objects in proximity to a point. 返回接近点的地理空间对象。Requires a geospatial index. 需要地理空间索引。The 2dsphere and 2d indexes support $near.2dsphere和2d索引支持$near。
Returns geospatial objects in proximity to a point on a sphere. Requires a geospatial index. 返回球体上某个点附近的地理空间对象。需要地理空间索引。 The 2dsphere and 2d indexes support $nearSphere.2dsphere和2d索引支持$nearSphere。