Stop Token Filter - gnuhub/elasticsearch GitHub Wiki
A token filter of type stop that removes stop words from token streams.
The following are settings that can be set for a stop token filter type:
-
stopwords: A list of stop words to use. Defaults to english stop words. -
enable_position_increments: Set totrueif token positions should record the removed stop words,falseotherwise. Defaults totrue. -
ignore_case: Set totrueto lower case all words first. Defaults tofalse.