Concept Flow - Analyzer components (tokenizer, filters)
Input Text
Tokenizer: splits text into tokens
Filter 1: modifies tokens
Filter 2: modifies tokens
Output: final tokens for indexing/search
Text goes through a tokenizer to split it into words, then filters change these words step-by-step to prepare for search.