TruncateTokenFilter.Length Property

Definition

Gets or sets the length at which terms will be truncated. Default and maximum is 300.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to