I am new to Elasticsearch, I was doing one POC on the Elasticsearch and I was trying to implement the phonetic search. For that, I have installed the phonetic analyzer in the server and created the index by putting the filter for phonetic. It is working as expected while doing the match query but when I am using muti type search query using _msearch, phonetic part is not working which is working in normal search so I was wondering if there is anything am I missing or it is not supported for _msearch query?
_msearch is just a grouping of search requests, so I consider this highly unlikely (unleses there is a bug).
Can you provide a fully reproducible example including index creation, mapping, sample documents, working regular query and non working msearch query to take a look?
Also, please provide the Elasticsearch version for reproduction.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.