No, you couldn't create index like this at now. There is an issue for this
improvement in Apache Ignite's Jira, I will find that issue and update
thread with it.

2017-04-10 18:16 GMT+03:00 waterg <[email protected]>:

> 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