WordDelimiterTokenFilter.CatenateAll Property

Definition

Gets or sets 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.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to