Hi, I have a java application which uses Elasticsearch client (transport client). I need to analyze string taking mapping which is used by ES. I know I can prepare analyze request to elasticsearch but it means a lot of requests to ES. Is it possible to get somehow Lucene Analyzer from client object and then use it to build TokenStream?
-- Paweł Róg -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAF9ZkbNXoz3bX0AV1d1foSimx8xOFVniwKzz3o9RYvGK6V%3D4Fw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
