StopwordsTokenFilter.RemoveTrailingStopWords Property

Definition

Gets or sets a value indicating whether to ignore the last search term if it's a stop word. Default is true.

[Newtonsoft.Json.JsonProperty(PropertyName="removeTrailing")]
public bool? RemoveTrailingStopWords { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="removeTrailing")>]
member this.RemoveTrailingStopWords : Nullable<bool> with get, set
Public Property RemoveTrailingStopWords As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to