Fluffy, We ended up using the @ScalarCacheQuerySqlField annotation that dsetrakyan suggested. Additionally we had limited success depending on the key type being indexed.
Take a look at http://apache-ignite-users.70518.x6.nabble.com/SQL-query-question-tc426.html When we used Scala's Int as a key it would fail. If we used Java Integer it worked. I believe the Ignite folks will be addressing this in an upcoming release. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Trouble-Enabling-Query-Indexing-tp377p477.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
