DATAMONGO-746 - Creating an IndexInfo now also works with Doubles.
DefaultIndexOperations is now able to detect that in contrast to what's currently documented in the MongoDB reference documentation, it apparently returns double values for the index direction.
Original pull request: #67.
pull/88/head
Komi Serge Innocent12 years agocommitted byOliver Gierke
@ -135,12 +140,17 @@ public class DefaultIndexOperations implements IndexOperations {
@@ -135,12 +140,17 @@ public class DefaultIndexOperations implements IndexOperations {