Can we use Phonetic token and Synonyms together?
问题 I am trying to enable phonetic analyzer, and synonyms together. It doesn't seem to work. Is it wrong to use them together? In the below implementation I would expect the search query be converted using synonyms and then phonetic analyzer be used to retrieve the results. But my synonyms are totally ignored in here. If i remove the phonetic analyser as part of the index creation, then the synonyms are working fine. Also, the synonyms work fine if i use the in built analyzers like en.microsoft ;