Does setting index of cache configuration solve the coumn Groupid not found
problem.
Cause I am not setting fields explicitly in QueryEntity. Is it required to
set fields in QueryEntity when annotations are used in Pojo?

On Feb 19, 2018 8:45 PM, "Mikhail" <michael.cherka...@gmail.com> wrote:

Hi,

there's two way to index objects in cache:
1. by annotations:
https://apacheignite.readme.io/docs/cache-queries#section-qu
ery-configuration-by-annotations
2. by QueryEntity:
https://apacheignite.readme.io/docs/cache-queries#section-qu
ery-configuration-using-queryentity

But you can't mix both, please define fields in QueryEntity or set indexed
objects by: CacheConfiguration.setIndexedTypes(MyKey.class, MyValue.class)

Thanks,
Mike.



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

Reply via email to