WordDelimiterTokenFilter.SplitOnCaseChange Property

Definition

Gets or sets a value indicating whether to split words on caseChange. For example, if this is set to true, "AzureSearch" becomes "Azure" "Search". Default is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to