WordDelimiterTokenFilter.CatenateWords Property

Definition

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.

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

Property Value

Applies to