When configuring with QueryEntity, Ignite doesn't now the exact field type, so it creates a regular sorted index by default. You need to specify that this is a geospatial index explicitly:
new QueryIndex("coords", QueryIndexType.GEOSPATIAL)
-Val
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Index-wont-t-be-used-with-QueryEntity-configuration-tp9538p9545.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.
