我$nearSphere
在查询中使用运算符并传递纬度和经度,但它返回
错误 - 无法找到 $geoNear 查询的索引。
我找到了几个解决方案,并在架构中使用了:
scheduleRideSchema.index({ source: '2dsphere' });
我正在使用 猫鼬。
source: { $nearSphere: { $geometry: { type: "Point", coordinates: sourceCord.coordinates }, $maxDistance: 4000 } }
错误:计划程序返回错误:无法找到
$geoNear
查询的索引'