计划人员返回了错误:找不到$ geoNear查询的索引

时间:2019-07-17 10:34:51

标签: node.js mongodb mongoose 2dsphere

我在查询中使用$nearSphere运算符并传递了纬度和经度,但它返回

  
    

错误-无法找到$ geoNear查询的索引

  
  • 我找到了两个解决方案,并且已在模式中使用了

    scheduleRideSchema.index({ source: '2dsphere' });

  • 我正在使用猫鼬

    source: { $nearSphere: { $geometry: { type: "Point", coordinates: sourceCord.coordinates }, $maxDistance: 4000 } }

      
        

    错误:计划者返回了错误:找不到$geoNear查询的索引'

      

0 个答案:

没有答案