Back to Developer Roadmap

Standard Analyzer

src/data/roadmaps/elasticsearch/content/standard-analyzer@XDzjBGYxgiGOiNB_JBTRd.md

4.01.1 KB
Original Source

Standard Analyzer

The Standard Analyzer is a default text analyzer in Elasticsearch that breaks text into individual words based on whitespace and punctuation. It also converts all terms to lowercase and removes common English stop words like "the," "a," and "is." This analyzer is a good general-purpose choice for many text indexing and searching tasks.

Visit the following resources to learn more: