SynonymTokenFilter.Expand Property

Definition

Gets or sets a value indicating whether all words in the list of synonyms (if => notation is not used) will map to one another. If true, all words in the list of synonyms (if => notation is not used) will map to one another. The following list: incredible, unbelievable, fabulous, amazing is equivalent to: incredible, unbelievable, fabulous, amazing => incredible, unbelievable, fabulous, amazing. If false, the following list: incredible, unbelievable, fabulous, amazing will be equivalent to: incredible, unbelievable, fabulous, amazing => incredible. Default is true.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to