MicrosoftStemmingTokenizerLanguage Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. search. documents. indexes. models. MicrosoftStemmingTokenizerLanguage
- com.
- java.
public enum MicrosoftStemmingTokenizerLanguage
extends Enum<MicrosoftStemmingTokenizerLanguage>
Lists the languages supported by the Microsoft language stemming tokenizer.
Fields
| ARABIC |
Selects the Microsoft stemming tokenizer for Arabic. |
| BANGLA |
Selects the Microsoft stemming tokenizer for Bangla. |
| BULGARIAN |
Selects the Microsoft stemming tokenizer for Bulgarian. |
| CATALAN |
Selects the Microsoft stemming tokenizer for Catalan. |
| CROATIAN |
Selects the Microsoft stemming tokenizer for Croatian. |
| CZECH |
Selects the Microsoft stemming tokenizer for Czech. |
| DANISH |
Selects the Microsoft stemming tokenizer for Danish. |
| DUTCH |
Selects the Microsoft stemming tokenizer for Dutch. |
| ENGLISH |
Selects the Microsoft stemming tokenizer for English. |
| ESTONIAN |
Selects the Microsoft stemming tokenizer for Estonian. |
| FINNISH |
Selects the Microsoft stemming tokenizer for Finnish. |
| FRENCH |
Selects the Microsoft stemming tokenizer for French. |
| GERMAN |
Selects the Microsoft stemming tokenizer for German. |
| GREEK |
Selects the Microsoft stemming tokenizer for Greek. |
| GUJARATI |
Selects the Microsoft stemming tokenizer for Gujarati. |
| HEBREW |
Selects the Microsoft stemming tokenizer for Hebrew. |
| HINDI |
Selects the Microsoft stemming tokenizer for Hindi. |
| HUNGARIAN |
Selects the Microsoft stemming tokenizer for Hungarian. |
| ICELANDIC |
Selects the Microsoft stemming tokenizer for Icelandic. |
| INDONESIAN |
Selects the Microsoft stemming tokenizer for Indonesian. |
| ITALIAN |
Selects the Microsoft stemming tokenizer for Italian. |
| KANNADA |
Selects the Microsoft stemming tokenizer for Kannada. |
| LATVIAN |
Selects the Microsoft stemming tokenizer for Latvian. |
| LITHUANIAN |
Selects the Microsoft stemming tokenizer for Lithuanian. |
| MALAY |
Selects the Microsoft stemming tokenizer for Malay. |
| MALAYALAM |
Selects the Microsoft stemming tokenizer for Malayalam. |
| MARATHI |
Selects the Microsoft stemming tokenizer for Marathi. |
| NORWEGIAN_BOKMAAL |
Selects the Microsoft stemming tokenizer for Norwegian (Bokmål). |
| POLISH |
Selects the Microsoft stemming tokenizer for Polish. |
| PORTUGUESE |
Selects the Microsoft stemming tokenizer for Portuguese. |
| PORTUGUESE_BRAZILIAN |
Selects the Microsoft stemming tokenizer for Portuguese (Brazil). |
| PUNJABI |
Selects the Microsoft stemming tokenizer for Punjabi. |
| ROMANIAN |
Selects the Microsoft stemming tokenizer for Romanian. |
| RUSSIAN |
Selects the Microsoft stemming tokenizer for Russian. |
| SERBIAN_CYRILLIC |
Selects the Microsoft stemming tokenizer for Serbian (Cyrillic). |
| SERBIAN_LATIN |
Selects the Microsoft stemming tokenizer for Serbian (Latin). |
| SLOVAK |
Selects the Microsoft stemming tokenizer for Slovak. |
| SLOVENIAN |
Selects the Microsoft stemming tokenizer for Slovenian. |
| SPANISH |
Selects the Microsoft stemming tokenizer for Spanish. |
| SWEDISH |
Selects the Microsoft stemming tokenizer for Swedish. |
| TAMIL |
Selects the Microsoft stemming tokenizer for Tamil. |
| TELUGU |
Selects the Microsoft stemming tokenizer for Telugu. |
| TURKISH |
Selects the Microsoft stemming tokenizer for Turkish. |
| UKRAINIAN |
Selects the Microsoft stemming tokenizer for Ukrainian. |
| URDU |
Selects the Microsoft stemming tokenizer for Urdu. |
Methods inherited from java.lang.Enum
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static MicrosoftStemmingTokenizerLanguage fromString(String value)
Parses a serialized value to a MicrosoftStemmingTokenizerLanguage instance.
Parameters
- value
- String
Returns
toString()
valueOf(String name)
public static MicrosoftStemmingTokenizerLanguage valueOf(String name)
Parameters
- name
- String
Returns
values()
public static MicrosoftStemmingTokenizerLanguage[] values()