NGramTokenFilter.MinGram Property

Definition

The minimum n-gram length. Default is 1. Maximum is 300. Must be less than the value of maxGram.

public int? MinGram { get; set; }
member this.MinGram : Nullable<int> with get, set
Public Property MinGram As Nullable(Of Integer)

Property Value

Applies to