to use lucene indexing we have to index the filed as @QueryTextField right ? Or index type @QuerySqlField this also uses lucene?
On Fri, Feb 24, 2017 at 2:46 AM, vkulichenko <[email protected]> wrote: > Ranjit, > > This particular search can be even done with SQL (where entityName like > 'YAMAHA MOTOR%'). As long as you don't have '%' in the beginning, search > will use the index. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Lucene-like-Contains-phrase-query-tp10808p10841.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
