Share via


StopwordsList Enum

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

public enum StopwordsList
extends Enum<StopwordsList>

Identifies a predefined list of language-specific stopwords.

Fields

ARABIC

Selects the stopword list for Arabic.

ARMENIAN

Selects the stopword list for Armenian.

BASQUE

Selects the stopword list for Basque.

BRAZILIAN

Selects the stopword list for Portuguese (Brazil).

BULGARIAN

Selects the stopword list for Bulgarian.

CATALAN

Selects the stopword list for Catalan.

CZECH

Selects the stopword list for Czech.

DANISH

Selects the stopword list for Danish.

DUTCH

Selects the stopword list for Dutch.

ENGLISH

Selects the stopword list for English.

FINNISH

Selects the stopword list for Finnish.

FRENCH

Selects the stopword list for French.

GALICIAN

Selects the stopword list for Galician.

GERMAN

Selects the stopword list for German.

GREEK

Selects the stopword list for Greek.

HINDI

Selects the stopword list for Hindi.

HUNGARIAN

Selects the stopword list for Hungarian.

INDONESIAN

Selects the stopword list for Indonesian.

IRISH

Selects the stopword list for Irish.

ITALIAN

Selects the stopword list for Italian.

LATVIAN

Selects the stopword list for Latvian.

NORWEGIAN

Selects the stopword list for Norwegian.

PERSIAN

Selects the stopword list for Persian.

PORTUGUESE

Selects the stopword list for Portuguese.

ROMANIAN

Selects the stopword list for Romanian.

RUSSIAN

Selects the stopword list for Russian.

SORANI

Selects the stopword list for Sorani.

SPANISH

Selects the stopword list for Spanish.

SWEDISH

Selects the stopword list for Swedish.

THAI

Selects the stopword list for Thai.

TURKISH

Selects the stopword list for Turkish.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static StopwordsList fromString(String value)

Parses a serialized value to a StopwordsList instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static StopwordsList valueOf(String name)

Parameters

name
String

Returns

values()

public static StopwordsList[] values()

Returns

Applies to