Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

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

Avatar

Level 10

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