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 to true if token positions should record the removed stop words, false otherwise. Defaults to true.
  • ignore_case: Set to true to lower case all words first. Defaults to false.
⚠️ **GitHub.com Fallback** ⚠️