18.01.2017
Index AEM Content with Elasticsearch
With the build-in Lucene Index2 in AEM, most of the requirements for a flexible and fast search can be implemented with minimal effort and no need for additional dependencies. The functionality for queries is wrapped in the QueryBuilder API3 and the index configuration4 done in CRX. A query can search in multiple fields for values or full-text and provide scoring, excerpts etc. Depending on the supported languages, you can also configure Analyzers5 for Stemming, Stop Words etc.