Phonetic search with _msearch query

Hi,

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.

Thanks!

--Alex

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