SnowballTokenFilterLanguage Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The language to use for a Snowball token filter.
public enum SnowballTokenFilterLanguage
type SnowballTokenFilterLanguage =
Public Enum SnowballTokenFilterLanguage
- Inheritance
-
SnowballTokenFilterLanguage
Fields
Name | Value | Description |
---|---|---|
Armenian | 0 | Selects the Lucene Snowball stemming tokenizer for Armenian. |
Basque | 1 | Selects the Lucene Snowball stemming tokenizer for Basque. |
Catalan | 2 | Selects the Lucene Snowball stemming tokenizer for Catalan. |
Danish | 3 | Selects the Lucene Snowball stemming tokenizer for Danish. |
Dutch | 4 | Selects the Lucene Snowball stemming tokenizer for Dutch. |
English | 5 | Selects the Lucene Snowball stemming tokenizer for English. |
Finnish | 6 | Selects the Lucene Snowball stemming tokenizer for Finnish. |
French | 7 | Selects the Lucene Snowball stemming tokenizer for French. |
German | 8 | Selects the Lucene Snowball stemming tokenizer for German. |
German2 | 9 | Selects the Lucene Snowball stemming tokenizer that uses the German variant algorithm. |
Hungarian | 10 | Selects the Lucene Snowball stemming tokenizer for Hungarian. |
Italian | 11 | Selects the Lucene Snowball stemming tokenizer for Italian. |
Kp | 12 | Selects the Lucene Snowball stemming tokenizer for Dutch that uses the Kraaij-Pohlmann stemming algorithm. |
Lovins | 13 | Selects the Lucene Snowball stemming tokenizer for English that uses the Lovins stemming algorithm. |
Norwegian | 14 | Selects the Lucene Snowball stemming tokenizer for Norwegian. |
Porter | 15 | Selects the Lucene Snowball stemming tokenizer for English that uses the Porter stemming algorithm. |
Portuguese | 16 | Selects the Lucene Snowball stemming tokenizer for Portuguese. |
Romanian | 17 | Selects the Lucene Snowball stemming tokenizer for Romanian. |
Russian | 18 | Selects the Lucene Snowball stemming tokenizer for Russian. |
Spanish | 19 | Selects the Lucene Snowball stemming tokenizer for Spanish. |
Swedish | 20 | Selects the Lucene Snowball stemming tokenizer for Swedish. |
Turkish | 21 | Selects the Lucene Snowball stemming tokenizer for Turkish. |
Applies to
Azure SDK for .NET