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