Lucene Index in AEM - Part 3 (Use of Analyzers in Lucene Full text Index) | Community
Skip to main content
Vijayalakshmi_S
Level 10
June 8, 2020

Lucene Index in AEM - Part 3 (Use of Analyzers in Lucene Full text Index)

  • June 8, 2020
  • 1 reply
  • 3671 views

Abstract:

Analyzers as with the name is used to analyze the text both at the time of indexing and at the time of searching (via query execution). It is composed of Tokenizers and Filters with former used to create lexical units called tokens from the field data and latter is used to amend/discard/create new by examining the created tokens.

In Lucene Full Text Index, we have option to specify the Analyzer class directly or by composition (Tokenizer + Filter combination).

Full text search scenario like Synonym and Stemming support is considered for demo video.

Blog Content :

https://myaemlearnings.blogspot.com/2020/06/lucene-index-in-aem-part-3.html

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

1 reply

kautuk_sahni
Community Manager
Community Manager
June 9, 2020

Thank you for sharing this. 

Kautuk Sahni