KeepTokenFilter.LowerCaseKeepWords Property

Definition

Gets or sets a value indicating whether to lower case all words first. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to