NGramTokenFilter.MaxGram Property

Definition

The maximum n-gram length. Default is 2. Maximum is 300.

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

Property Value

Applies to