Share via


WordDelimiterTokenFilter.GenerateWordParts Property

Definition

Gets or sets a value indicating whether to generate part words. If set, causes parts of words to be generated; for example "AzureSearch" becomes "Azure" "Search". Default is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to