Index created by over riding default values but the $near query search doesn't return any data

前端 未结 0 1749
走了就别回头了
走了就别回头了 2021-02-06 23:51

Index have used

db.location.createIndex( 
   { "geom" : "2d" }, 
   { min: -10000, max: 630000, bits: 24 }
)

The $near query

相关标签:
回答
  • 消灭零回复
提交回复
热议问题