EdgeNGramTokenFilterSide Enum

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

public enum EdgeNGramTokenFilterSide
extends Enum<EdgeNGramTokenFilterSide>

Specifies which side of the input an n-gram should be generated from.

Fields

BACK

Specifies that the n-gram should be generated from the back of the input.

FRONT

Specifies that the n-gram should be generated from the front of the input.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

fromString(String value)

public static EdgeNGramTokenFilterSide fromString(String value)

Parses a serialized value to a EdgeNGramTokenFilterSide instance.

Parameters

value
String
the serialized value to parse.

Returns

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

toString()

public String toString()

Returns

Overrides
java.lang.Enum.toString()

valueOf(String name)

public static EdgeNGramTokenFilterSide valueOf(String name)

Parameters

name
String

Returns

values()

public static EdgeNGramTokenFilterSide[] values()

Returns

Applies to