Get exact complete phonetic match

I have a document with the field "familyname" with a phonetic analyzer. The content can be something like "von meier schmidt".
Is there a possibility to only get a match, if I search for "von meyer schmidt" or "von meier schmitt", but not if I search for "meyer schmidt" standalone?

I tried to use QueryString with Query "meyer schmidt", but it matched.
I want to get a match, if the complete phonetic content of the field is in the search query.

Is there any possibility to achieve this?

Thank you in advance.

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