ShingleTokenFilter.MaxShingleSize Property

Definition

Gets or sets the maximum shingle size. Default and minimum value is 2.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to