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