Expand my Community achievements bar.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Custom Oak Indexes : AEM Part-2 (Synonyms Words) | AEM Community Blog Seeding

Avatar

Administrator

BlogImage.jpg

Custom Oak Indexes : AEM Part-2 (Synonyms Words) by Bimmisoi

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

Custom Oak Indexes : AEM Part-2 (Synonyms Words)

Q&A

Please use this thread to ask the related questions.



Kautuk Sahni
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies