
Abstract
As of now we have created custom Index. let's implement synonyms words for search.
synonyms : In most of the search implementation search should work for synonym words. Example : If a user is searching for Mumbai or Bombay or BOM , results should be same.
Or
We can follow below steps to implement this.
Create analyzers node : type - nt:unstructured
Create default node : type - nt:unstructured
Create filters node : type - nt:unstructured
Create Synonym node : type - nt:unstructured
Properties
synonyms : synonyms.txt [String]
Create synonyms.txt file : type - nt:file
After reindex changes will start reflecting.
Read Full Blog
Q&A
Please use this thread to ask the related questions.
Kautuk Sahni