Posts

Showing posts from October, 2015

AEM 6.X - Predictive Search and Spell check

Search is a very important feature when it comes to any CMS solution. AEM offers a lot of cool search features that you can use. I will briefly touch base on the following two search features that i am working off late. Predictive Search Spell Check Predictive Search Prerequisites: You need to have atleast OAK 1.1.6 to enable predictive search in AEM. AEM 6.1 ships with a higher OAK version, so in a way, this feature is available in OOTB installation.However, if your application runs on AEM 6.0, you might want to check the OAK version and bring it up to atleast 1.1.6 Configuration : Predictive search can be configured in AEM 6.x using the following simple steps: Configure a lucene index for word suggestions If you are using lucene, then following index configuration is applicable  /oak:index/lucene-suggest - jcr:primaryType = "oak:QueryIndexDefinition" - compatVersion = 2 - type = "lucene" - async = "async" -