Share via


WordDelimiterTokenFilter.GenerateWordParts Property

Definition

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.

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

Property Value

Applies to