Concept Flow - Testing analyzers (_analyze API)
Send text to _analyze API
Elasticsearch applies analyzer
Text is tokenized
Tokens are filtered
Return tokens and details
Display output
The flow shows how text is sent to the _analyze API, processed by the analyzer, tokenized, filtered, and then returned as tokens.