Hey Val! Thanks for your reply!

Unfortunately, I didn't quite get it what you're suggesting. Could you please 
explain how it can be done given this cache value class?

class Pojo {
    long id;
    Collection<String> stringCollection;
    Collection<Integer> intCollection;
}

Thanks again!
Andrey

________________________________
From: vkulichenko <[email protected]>
Sent: Thursday, September 14, 2017 4:45 PM
To: [email protected]
Subject: Re: Indexing collection fields

Hi Andrey,

No, you can't index data that is inside a collection. To achieve that, you
should create a separate entry for each element of this transaction and save
them in a cache separately.

-Val



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to