As stated by mongo 2.4 release notes :
Additionally, 2.4 deprecates the $within operator. Use $geoWithin operator instead.
Is it going to be supported in Spring ?
And if not, what are the temporary solutions if i were to use 2dsphere with the current spring mongo ?
I have considered to extend the Criteria, but it seems i'm out of luck to extend and add more methods to it.
Quote:
Additionally, 2.4 deprecates the $within operator. Use $geoWithin operator instead.
And if not, what are the temporary solutions if i were to use 2dsphere with the current spring mongo ?
I have considered to extend the Criteria, but it seems i'm out of luck to extend and add more methods to it.