Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

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

Avatar

Community Advisor

Indexing in AEM - Indexing modes and Index Types (22).png

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

1 Reply

Avatar

Administrator

Thank you for sharing this. 



Kautuk Sahni