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.

Reply via email to