WordDelimiterTokenFilter.CatenateAll Property

Definition

A value indicating whether all subword parts will be catenated. For example, if this is set to true, "Azure-Search-1" becomes "AzureSearch1". Default is false.

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

Property Value

Applies to