Hello,

If you specify type on IndexTypes property[1] SQL will be work, but without
indexes.
The resume field do not be visible from SQL.

Text query do not work together with SQL.


[1]:
https://apacheignite.readme.io/docs/sql-queries#configuring-sql-indexes-by-annotations

On Thu, Sep 1, 2016 at 1:43 PM, WhiteAncient <jonasoma...@gmail.com> wrote:

> If I have the classic POJO
>
> class Person{
> @QuerySqlField
>     private String genotype;
>
>     @QueryTextField
> private String resume;
> }
>
> How do I query "where genotype = 'male' and resume like '%Hello%'" so that
> it hits the lucene index?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Combine-SQL-and-Text-Query-tp7455.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>



-- 
Vladislav Pyatkov

Reply via email to