/commented by andrey gura/
Nicolas,
The first, you need to enable indexing in your cache configuration. In order
to do it just add the following lines to cacheConfiguration bean (NOTE: Use
fully-qualified class names):
*/<property name="indexedTypes">
<list>
<value>java.lang.String</value>
<value>your.package.ContextUtilisateurIndex</value>
</list>
</property>/*
The second problem is that your query isn't correct. Just rewrite query as
/_key = ?/.
It should work.
-----
/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-tp261p264.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.