Hello,

If I have the following list as value in cache:

class Sample{
    Integer value1;
    Date value2;
    String value3;
}

List<Sample> list= new ArrayList<>();
cache.put(key, list);

Could I create index on the Sample.value1? on Ignite?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Index-on-complex-value-object-tp11855.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to