Re: Creating a Lucene index thru SQL DDL

2021-04-21 Thread Ilya Kasnacheev
Hello! You cannot add QueryEntity to DDL, but you can add it to CacheConfiguration and it will create tables for you, so it's just as good as DDL. Regards, -- Ilya Kasnacheev ср, 21 апр. 2021 г. в 17:43, Naveen : > Hi Ilya > > How do we add QueryEntity in a DDL, can you please refer me to any

Re: Creating a Lucene index thru SQL DDL

2021-04-21 Thread Naveen
Hi Ilya How do we add QueryEntity in a DDL, can you please refer me to any documentation we have on this or add the code snippet Thanks -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Creating a Lucene index thru SQL DDL

2021-04-21 Thread Ilya Kasnacheev
Hello! You can use QueryEntity, they will let you add FULLTEXT indexes. Regards, -- Ilya Kasnacheev ср, 21 апр. 2021 г. в 15:52, Naveen : > Hello All > > We are using ignite 2.8.1, trying to evaluate full text search thru Lucene. > > Can we create a Lucene index on a specific field thru SQL c

Creating a Lucene index thru SQL DDL

2021-04-21 Thread Naveen
Hello All We are using ignite 2.8.1, trying to evaluate full text search thru Lucene. Can we create a Lucene index on a specific field thru SQL create table DDL. if not, what are other options we have if we are not using POJOs. Thanks Naveen -- Sent from: http://apache-ignite-users.70518.x