WordDelimiterTokenFilter.CatenateWords Property

Definition

Gets or sets a value indicating whether maximum runs of word parts will be catenated. For example, if this is set to true, "Azure-Search" becomes "AzureSearch". Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to