ShingleTokenFilter.MinShingleSize Property

Definition

The minimum shingle size. Default and minimum value is 2. Must be less than the value of maxShingleSize.

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

Property Value

Applies to