Enum EdgeNGramTokenFilterSide
Specifies which side of the input an n-gram should be generated from.
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Search.Documents.dll
Syntax
public enum EdgeNGramTokenFilterSide
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.