WordDelimiterTokenFilter.SplitOnNumerics Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to