WordDelimiterTokenFilter.SplitOnCaseChange Property

Definition

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

public bool? SplitOnCaseChange { get; set; }
member this.SplitOnCaseChange : Nullable<bool> with get, set
Public Property SplitOnCaseChange As Nullable(Of Boolean)

Property Value

Applies to