/commented by valentin kulichenko/ Nicolas,
Now there two options to configure indexing: 1. Using /@QuerySqlField/ annotation. In this case you will have to provide types that need to be indexed via /CacheConfiguration.setIndexedTypes(..)/ configuration property. 2. Using /CacheTypeMetadata/ configuration class. This one is usually used when it's not an option to change model classes. Refer to this documentation page for more information on new queries API: http://apacheignite.readme.io/v1.0/docs/cache-queries ----- /This post is migrated from now discontinued Apache Ignite forum at http://apacheignite.readme.io/v1.0/discuss/ -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Migration-queryIndexEnabled-from-gridgain-to-apache-ignite-tp261p265.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
