ShingleTokenFilter.MinShingleSize Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="minShingleSize")]
public int? MinShingleSize { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minShingleSize")>]
member this.MinShingleSize : Nullable<int> with get, set
Public Property MinShingleSize As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to