AEM Search Configurations for spellcheck and Stopwords. | Community
Skip to main content
Level 3
October 16, 2015
Solved

AEM Search Configurations for spellcheck and Stopwords.

  • October 16, 2015
  • 2 replies
  • 1290 views

We are using AEM6.1 and implementing OOTB search functionality. The requirement is that we have to implement StopWords(will not allow user to search common words such as like,for,is) and Spellcheck(Did you mean ?) features as part of this implementation.Can anyone suggest as the best way to achieve this requirement and possible steps to cnfigure these details.

Thanks,
Sambasivaraja.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Hi

Please take a look at

https://docs.adobe.com/docs/en/crx/2-3/developing/searching_in_crx.html#Spell%20Checker%20%28Did%20You%20Mean?%20...%29

Sample code base has also been provided

2 replies

kautuk_sahni
Community Manager
Community Manager
October 16, 2015

Hi samr99530769

As mentioned by Praveen in last post, this will help you through spell checker.

Spell checker :- https://docs.adobe.com/docs/en/cq/5-6-1/core/developing/searching_in_crx.html#Spell Checker (Did You Mean? ...) , Sample code is also there.

Stop Word :- https://helpx.adobe.com/experience-manager/kb/Stopwordlist.html , step by step solution is given here.

I hope this would help you.

 

Thanks and Regards

Kautuk Sahni

Kautuk Sahni
edubey
edubeyAccepted solution
Level 10
October 16, 2015