Use per field analyzer wrapper in elasticsearch

I am creating an Elasticsearch plugin where I am writing code for tokenizer and analyzer in java. There is a case scenario where I have to use the multi fields to analyze something. There are some examples available to use the perFieldAnalyzerWrapper with a standalone lucene project. But, how can I use it with Elasticsearch?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.