WordDelimiterTokenFilter.StemEnglishPossessive Property

Definition

Gets or sets a value indicating whether to remove trailing "'s" for each subword. Default is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to