You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is Issue 290 moved from a Google Code project.
Added by 2011-06-24T01:33:12.000Z by Drew.Kut...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Low
Original description
The @Indexes annotation currently doesn't support 2d indexes.
See: http://groups.google.com/group/morphia/browse_thread/thread/618ba13fb2a8a588
The text was updated successfully, but these errors were encountered:
This isn't the same as #570 - this issue is about supporting 2d and 2dsphere indexes at the class-level @Index annotation. At the moment you can define something like @Indexes(@Index("active,-lastModified")), but this doesn't work for geo indexes. The question is how do we mark a field (in the class-level annotation) as geo-indexed?
If you go ahead with the proposed changes for Index annotations, that will provide a solution to this issue. I've implemented a test to see if that would work, and it passes: trishagee@a5248aa
This is Issue 290 moved from a Google Code project.
Added by 2011-06-24T01:33:12.000Z by Drew.Kut...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Defect, Priority-Low
Original description
The text was updated successfully, but these errors were encountered: