DictionaryDecompounderTokenFilter.MinSubwordSize Property

Definition

Gets or sets the minimum subword size. Only subwords longer than this are outputted. Default is 2. Maximum is 300.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to