Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to [email protected] and follow simple instructions in the reply.
avpdiver wrote > Is there possibility to use my custom lucene analyzer in indexing and > querying? The answer is no, there is currently no easy way to do this. The only thing you can do is implement your own IndexingSpi, but this will require to implement indexing and querying logic from scratch. Why do you want to do this? Are there any issues you have with the text queries in Ignite? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Text-query-tp8661p10252.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
