Re: How to configure a QueryEntity for a BinaryObject

2017-09-21 Thread Savagearts
Thanks Evgenii,It does work! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to configure a QueryEntity for a BinaryObject

2017-09-20 Thread ezhuravlev
Check QueryEntity class, it contains tableName property. Evgenii -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to configure a QueryEntity for a BinaryObject

2017-09-20 Thread Savagearts
Thanks, Evgenii. I removed the indexedTypes configuration according to your suggestion. But it still doesn't work. The ignite throws a exception:"Failed to find SQL table for type: com.example.Foo". (There is a error in the configuration of my previous post, i change the valType from "com.Foo.Bar"

Re: How to configure a QueryEntity for a BinaryObject

2017-09-20 Thread Evgenii Zhuravlev
If you're configuring QueryEntity, you don't need to add to the configuration indexedTypes too. It's just different ways to configure Indexes and queryable fields. Evgenii 2017-09-20 10:10 GMT+03:00 Savagearts : > I failed to configure the binaryobject ignitecache. My

Re: How to configure a QueryEntity for a BinaryObject

2017-09-20 Thread Savagearts
I failed to configure the binaryobject ignitecache. My cache configuration as following:

Re: How to configure a QueryEntity for a BinaryObject

2017-09-17 Thread Savagearts
Thanks,I'll give it a try -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: How to configure a QueryEntity for a BinaryObject

2017-09-15 Thread vkulichenko
Hi, Yes, you can do this with, just provide the field name and its type in the QueryEntity#fields map. Is there anything in particular that doesn't work? -Val -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/