StopwordsTokenFilter.IgnoreCase Property

Definition

Gets or sets a value indicating whether to ignore case. If true, all words are converted to lower case first. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to