Enum MicrosoftStemmingTokenizerLanguage

java.lang.Object
java.lang.Enum<MicrosoftStemmingTokenizerLanguage>
com.azure.search.documents.indexes.models.MicrosoftStemmingTokenizerLanguage
All Implemented Interfaces:
Serializable, Comparable<MicrosoftStemmingTokenizerLanguage>, java.lang.constant.Constable

public enum MicrosoftStemmingTokenizerLanguage extends Enum<MicrosoftStemmingTokenizerLanguage>
Lists the languages supported by the Microsoft language stemming tokenizer.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Selects the Microsoft stemming tokenizer for Arabic.
    Selects the Microsoft stemming tokenizer for Bangla.
    Selects the Microsoft stemming tokenizer for Bulgarian.
    Selects the Microsoft stemming tokenizer for Catalan.
    Selects the Microsoft stemming tokenizer for Croatian.
    Selects the Microsoft stemming tokenizer for Czech.
    Selects the Microsoft stemming tokenizer for Danish.
    Selects the Microsoft stemming tokenizer for Dutch.
    Selects the Microsoft stemming tokenizer for English.
    Selects the Microsoft stemming tokenizer for Estonian.
    Selects the Microsoft stemming tokenizer for Finnish.
    Selects the Microsoft stemming tokenizer for French.
    Selects the Microsoft stemming tokenizer for German.
    Selects the Microsoft stemming tokenizer for Greek.
    Selects the Microsoft stemming tokenizer for Gujarati.
    Selects the Microsoft stemming tokenizer for Hebrew.
    Selects the Microsoft stemming tokenizer for Hindi.
    Selects the Microsoft stemming tokenizer for Hungarian.
    Selects the Microsoft stemming tokenizer for Icelandic.
    Selects the Microsoft stemming tokenizer for Indonesian.
    Selects the Microsoft stemming tokenizer for Italian.
    Selects the Microsoft stemming tokenizer for Kannada.
    Selects the Microsoft stemming tokenizer for Latvian.
    Selects the Microsoft stemming tokenizer for Lithuanian.
    Selects the Microsoft stemming tokenizer for Malay.
    Selects the Microsoft stemming tokenizer for Malayalam.
    Selects the Microsoft stemming tokenizer for Marathi.
    Selects the Microsoft stemming tokenizer for Norwegian (Bokmål).
    Selects the Microsoft stemming tokenizer for Polish.
    Selects the Microsoft stemming tokenizer for Portuguese.
    Selects the Microsoft stemming tokenizer for Portuguese (Brazil).
    Selects the Microsoft stemming tokenizer for Punjabi.
    Selects the Microsoft stemming tokenizer for Romanian.
    Selects the Microsoft stemming tokenizer for Russian.
    Selects the Microsoft stemming tokenizer for Serbian (Cyrillic).
    Selects the Microsoft stemming tokenizer for Serbian (Latin).
    Selects the Microsoft stemming tokenizer for Slovak.
    Selects the Microsoft stemming tokenizer for Slovenian.
    Selects the Microsoft stemming tokenizer for Spanish.
    Selects the Microsoft stemming tokenizer for Swedish.
    Selects the Microsoft stemming tokenizer for Tamil.
    Selects the Microsoft stemming tokenizer for Telugu.
    Selects the Microsoft stemming tokenizer for Turkish.
    Selects the Microsoft stemming tokenizer for Ukrainian.
    Selects the Microsoft stemming tokenizer for Urdu.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses a serialized value to a MicrosoftStemmingTokenizerLanguage instance.
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait