StemmerTokenFilterLanguage 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 stemmer token filter.
public enum StemmerTokenFilterLanguage
type StemmerTokenFilterLanguage =
Public Enum StemmerTokenFilterLanguage
- Inheritance
-
StemmerTokenFilterLanguage
Fields
Name | Value | Description |
---|---|---|
Arabic | 0 | Selects the Lucene stemming tokenizer for Arabic. |
Armenian | 1 | Selects the Lucene stemming tokenizer for Armenian. |
Basque | 2 | Selects the Lucene stemming tokenizer for Basque. |
Brazilian | 3 | Selects the Lucene stemming tokenizer for Portuguese (Brazil). |
Bulgarian | 4 | Selects the Lucene stemming tokenizer for Bulgarian. |
Catalan | 5 | Selects the Lucene stemming tokenizer for Catalan. |
Czech | 6 | Selects the Lucene stemming tokenizer for Czech. |
Danish | 7 | Selects the Lucene stemming tokenizer for Danish. |
Dutch | 8 | Selects the Lucene stemming tokenizer for Dutch. |
DutchKp | 9 | Selects the Lucene stemming tokenizer for Dutch that uses the Kraaij-Pohlmann stemming algorithm. |
English | 10 | Selects the Lucene stemming tokenizer for English. |
LightEnglish | 11 | Selects the Lucene stemming tokenizer for English that does light stemming. |
MinimalEnglish | 12 | Selects the Lucene stemming tokenizer for English that does minimal stemming. |
PossessiveEnglish | 13 | Selects the Lucene stemming tokenizer for English that removes trailing possessives from words. |
Porter2 | 14 | Selects the Lucene stemming tokenizer for English that uses the Porter2 stemming algorithm. |
Lovins | 15 | Selects the Lucene stemming tokenizer for English that uses the Lovins stemming algorithm. |
Finnish | 16 | Selects the Lucene stemming tokenizer for Finnish. |
LightFinnish | 17 | Selects the Lucene stemming tokenizer for Finnish that does light stemming. |
French | 18 | Selects the Lucene stemming tokenizer for French. |
LightFrench | 19 | Selects the Lucene stemming tokenizer for French that does light stemming. |
MinimalFrench | 20 | Selects the Lucene stemming tokenizer for French that does minimal stemming. |
Galician | 21 | Selects the Lucene stemming tokenizer for Galician. |
MinimalGalician | 22 | Selects the Lucene stemming tokenizer for Galician that does minimal stemming. |
German | 23 | Selects the Lucene stemming tokenizer for German. |
German2 | 24 | Selects the Lucene stemming tokenizer that uses the German variant algorithm. |
LightGerman | 25 | Selects the Lucene stemming tokenizer for German that does light stemming. |
MinimalGerman | 26 | Selects the Lucene stemming tokenizer for German that does minimal stemming. |
Greek | 27 | Selects the Lucene stemming tokenizer for Greek. |
Hindi | 28 | Selects the Lucene stemming tokenizer for Hindi. |
Hungarian | 29 | Selects the Lucene stemming tokenizer for Hungarian. |
LightHungarian | 30 | Selects the Lucene stemming tokenizer for Hungarian that does light stemming. |
Indonesian | 31 | Selects the Lucene stemming tokenizer for Indonesian. |
Irish | 32 | Selects the Lucene stemming tokenizer for Irish. |
Italian | 33 | Selects the Lucene stemming tokenizer for Italian. |
LightItalian | 34 | Selects the Lucene stemming tokenizer for Italian that does light stemming. |
Sorani | 35 | Selects the Lucene stemming tokenizer for Sorani. |
Latvian | 36 | Selects the Lucene stemming tokenizer for Latvian. |
Norwegian | 37 | Selects the Lucene stemming tokenizer for Norwegian (Bokmål). |
LightNorwegian | 38 | Selects the Lucene stemming tokenizer for Norwegian (Bokmål) that does light stemming. |
MinimalNorwegian | 39 | Selects the Lucene stemming tokenizer for Norwegian (Bokmål) that does minimal stemming. |
LightNynorsk | 40 | Selects the Lucene stemming tokenizer for Norwegian (Nynorsk) that does light stemming. |
MinimalNynorsk | 41 | Selects the Lucene stemming tokenizer for Norwegian (Nynorsk) that does minimal stemming. |
Portuguese | 42 | Selects the Lucene stemming tokenizer for Portuguese. |
LightPortuguese | 43 | Selects the Lucene stemming tokenizer for Portuguese that does light stemming. |
MinimalPortuguese | 44 | Selects the Lucene stemming tokenizer for Portuguese that does minimal stemming. |
PortugueseRslp | 45 | Selects the Lucene stemming tokenizer for Portuguese that uses the RSLP stemming algorithm. |
Romanian | 46 | Selects the Lucene stemming tokenizer for Romanian. |
Russian | 47 | Selects the Lucene stemming tokenizer for Russian. |
LightRussian | 48 | Selects the Lucene stemming tokenizer for Russian that does light stemming. |
Spanish | 49 | Selects the Lucene stemming tokenizer for Spanish. |
LightSpanish | 50 | Selects the Lucene stemming tokenizer for Spanish that does light stemming. |
Swedish | 51 | Selects the Lucene stemming tokenizer for Swedish. |
LightSwedish | 52 | Selects the Lucene stemming tokenizer for Swedish that does light stemming. |
Turkish | 53 | Selects the Lucene stemming tokenizer for Turkish. |
Applies to
Azure SDK for .NET