A value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false. Default value: 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
A value indicating whether to ignore the last search term if it's a stop word. Default is true. Default value: true.
The list of stopwords. This property and the stopwords list property cannot both be set.
A predefined list of stopwords to use. This property and the stopwords property cannot both be set. Default is English. Possible values include: 'arabic', 'armenian', 'basque', 'brazilian', 'bulgarian', 'catalan', 'czech', 'danish', 'dutch', 'english', 'finnish', 'french', 'galician', 'german', 'greek', 'hindi', 'hungarian', 'indonesian', 'irish', 'italian', 'latvian', 'norwegian', 'persian', 'portuguese', 'romanian', 'russian', 'sorani', 'spanish', 'swedish', 'thai', 'turkish'
Generated using TypeDoc
Removes stop words from a token stream. This token filter is implemented using Apache Lucene.