Hi Val, As per my requirement i have to do sql like with %text% query. The data i have is almost 45M+ records. When i try the sql like query i think it does not use the indexing and i am seeing the query time upto 10+ seconds. This is in a cluster of 40+ nodes. Anything can be improved on this with some sort of tuning ?
I tried with @QueryTextField also and thought i will filter out once i get the results , but i am seeing more problems with this. I am still trying to figure out this one. Is the lucene index stays in memory ? Any help is highly appreciated. Thanks, Ranjit On Fri, Feb 24, 2017 at 3:33 AM, vkulichenko <[email protected]> wrote: > These are two different mechanisms. Use @QuerySqlField for SQL queries, or > @QueryTextField for text (Lucene) queries. > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Lucene-like-Contains-phrase-query-tp10808p10845.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
