Stop words filter for the search pipeline.
Removes common English words that carry little semantic value and would otherwise create enormous partitions in the inverted index.
The stop word list is based on the standard English stop words used by Lucene and similar search engines.
Summary
Functions
Removes stop words from a list of terms.
Checks if a term is a stop word.
Returns the full set of stop words.