1

我有这个收藏:

{
  geopositions: [
          {type:"Point", coordinates: [-10, 12]},
          {type:"Point", coordinates: [-25, 85]}
     ]
}

但是当我尝试在地理位置上创建 2DSphere 索引时,db.myCollection.createIndex( {"geopositions": "2dsphere"} );我收到一个错误(无法提取地理键)。如何创建我的 2DSphere 索引?

4

0 回答 0