On searching with the chinese language, above 150+ results, there are fuzzy matches score is higher than the exact matched term. Not worked even after using analyzers in the search index. Any suggestions to improve the search results?
@Jayanth_N - could you provide an example of this situation? Feel free to use the Atlas Search Playground and share a link from there to illustrate: https://search-playground.mongodb.com/
Hey Erik, it works fine with the small data set, You can see here:
Code Sandbox.
Somehow, it doesn’t work with the large data. I will attach snapshot of the response from it for the reference.
I apologize - I just now noticed your reply. Perhaps you’d be better served with the lucene.smartcn analyzer? You can use the Explain Output to see how the query was formed by analyzing the query text. That query is bi-grammed and the highlights you’re showing look reasonable for the query given those bi-grams.
