Share via


TokenFilterName.EdgeNGram Property

Definition

Generates n-grams of the given size(s) starting from the front or the back of an input token. See http://lucene.apache.org/core/4_10_3/analyzers-common/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.html.

public static Azure.Search.Documents.Indexes.Models.TokenFilterName EdgeNGram { get; }
static member EdgeNGram : Azure.Search.Documents.Indexes.Models.TokenFilterName
Public Shared ReadOnly Property EdgeNGram As TokenFilterName

Property Value

Applies to