Dela via


DictionaryDecompounderTokenFilter.MinWordSize Property

Definition

Gets or sets the minimum word size. Only words longer than this get processed. Default is 5. Maximum is 300.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to