Re: Respective XML Configuration for @QueryTextField in ignite-default.xml

2020-06-23 Thread Ilya Kasnacheev
Hello! I think in your QueryEntity you need to declare an index of type QueryIndexType.FULLTEXT. Regards, -- Ilya Kasnacheev вт, 23 июн. 2020 г. в 19:35, ram.gaurav.chhabra < ram.gaurav.chha...@gmail.com>: > Hello All, > > Currently working on one module which is using Apache Ignite and all

Respective XML Configuration for @QueryTextField in ignite-default.xml

2020-06-23 Thread ram.gaurav.chhabra
Hello All, Currently working on one module which is using Apache Ignite and all configuration is driven through XML(ignite-default.xml). Got one requirement where-in i need to implement full text search which can be achieved by *@QueryTextField* I have done this change and annotated respective