我正在使用MongoDB 2.4,我正在寻找MongoDB .Net驱动程序版本1.8.2中的地理空间查询选择器支持。
我看到对$ geoIntersects(MongoDB.Driver.Builders.Query.GeoIntersects),$ near(MongoDB.Driver.Builders.Query.Near),$ nearSphere(MongoDB.Driver.Builders.Query.Near)的支持。
MongoDB .Net驱动程序版本1.8.2是否支持$ geoWithin ??????
答案 0 :(得分:0)
MongoDB C#驱动程序仍使用(已弃用)$within
而不是$geoWithin
。 Here is the relevant open JIRA ticket如果您想留意它。 :)