Package version:
Optional
ignoreA value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false.
The name of the token filter. It must only contain letters, digits, spaces, dashes or underscores, can only start and end with alphanumeric characters, and is limited to 128 characters.
Polymorphic discriminator, which specifies the different types this object can be
Optional
removeA value indicating whether to ignore the last search term if it's a stop word. Default is true.
Optional
stopwordsThe list of stopwords. This property and the stopwords list property cannot both be set.
Optional
stopwordsA predefined list of stopwords to use. This property and the stopwords property cannot both be set. Default is English.
Removes stop words from a token stream. This token filter is implemented using Apache Lucene.