WordDelimiterTokenFilter.PreserveOriginal Property

Definition

Gets or sets a value indicating whether original words will be preserved and added to the subword list. Default is false.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to