WordDelimiterTokenFilter.SplitOnNumerics Property

Definition

A value indicating whether to split on numbers. For example, if this is set to true, "Azure1Search" becomes "Azure" "1" "Search". Default is true.

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

Property Value

Applies to