Share via


MicrosoftTokenizerLanguage Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.search.documents.indexes.models.MicrosoftTokenizerLanguage

public enum MicrosoftTokenizerLanguage
extends Enum<MicrosoftTokenizerLanguage>

Lists the languages supported by the Microsoft language tokenizer.

Fields

BANGLA

Selects the Microsoft tokenizer for Bangla.

BULGARIAN

Selects the Microsoft tokenizer for Bulgarian.

CATALAN

Selects the Microsoft tokenizer for Catalan.

CHINESE_SIMPLIFIED

Selects the Microsoft tokenizer for Chinese (Simplified).

CHINESE_TRADITIONAL

Selects the Microsoft tokenizer for Chinese (Traditional).

CROATIAN

Selects the Microsoft tokenizer for Croatian.

CZECH

Selects the Microsoft tokenizer for Czech.

DANISH

Selects the Microsoft tokenizer for Danish.

DUTCH

Selects the Microsoft tokenizer for Dutch.

ENGLISH

Selects the Microsoft tokenizer for English.

FRENCH

Selects the Microsoft tokenizer for French.

GERMAN

Selects the Microsoft tokenizer for German.

GREEK

Selects the Microsoft tokenizer for Greek.

GUJARATI

Selects the Microsoft tokenizer for Gujarati.

HINDI

Selects the Microsoft tokenizer for Hindi.

ICELANDIC

Selects the Microsoft tokenizer for Icelandic.

INDONESIAN

Selects the Microsoft tokenizer for Indonesian.

ITALIAN

Selects the Microsoft tokenizer for Italian.

JAPANESE

Selects the Microsoft tokenizer for Japanese.

KANNADA

Selects the Microsoft tokenizer for Kannada.

KOREAN

Selects the Microsoft tokenizer for Korean.

MALAY

Selects the Microsoft tokenizer for Malay.

MALAYALAM

Selects the Microsoft tokenizer for Malayalam.

MARATHI

Selects the Microsoft tokenizer for Marathi.

NORWEGIAN_BOKMAAL

Selects the Microsoft tokenizer for Norwegian (Bokmål).

POLISH

Selects the Microsoft tokenizer for Polish.

PORTUGUESE

Selects the Microsoft tokenizer for Portuguese.

PORTUGUESE_BRAZILIAN

Selects the Microsoft tokenizer for Portuguese (Brazil).

PUNJABI

Selects the Microsoft tokenizer for Punjabi.

ROMANIAN

Selects the Microsoft tokenizer for Romanian.

RUSSIAN

Selects the Microsoft tokenizer for Russian.

SERBIAN_CYRILLIC

Selects the Microsoft tokenizer for Serbian (Cyrillic).

SERBIAN_LATIN

Selects the Microsoft tokenizer for Serbian (Latin).

SLOVENIAN

Selects the Microsoft tokenizer for Slovenian.

SPANISH

Selects the Microsoft tokenizer for Spanish.

SWEDISH

Selects the Microsoft tokenizer for Swedish.

TAMIL

Selects the Microsoft tokenizer for Tamil.

TELUGU

Selects the Microsoft tokenizer for Telugu.

THAI

Selects the Microsoft tokenizer for Thai.

UKRAINIAN

Selects the Microsoft tokenizer for Ukrainian.

URDU

Selects the Microsoft tokenizer for Urdu.

VIETNAMESE

Selects the Microsoft tokenizer for Vietnamese.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static MicrosoftTokenizerLanguage fromString(String value)

Parses a serialized value to a MicrosoftTokenizerLanguage instance.

Parameters

value
String
the serialized value to parse.

Returns

the parsed MicrosoftTokenizerLanguage object, or null if unable to parse.

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static MicrosoftTokenizerLanguage valueOf(String name)

Parameters

name
String

Returns

values()

public static MicrosoftTokenizerLanguage[] values()

Returns

Applies to