EdgeNGramTokenFilterSide Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. search. documents. indexes. models. EdgeNGramTokenFilterSide
- com.
- java.
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