Bagikan melalui


SynonymTokenFilter.Synonyms Property

Definition

Gets or sets a list of synonyms in following one of two formats: 1. incredible, unbelievable, fabulous => amazing - all terms on the left side of => symbol will be replaced with all terms on its right side; 2. incredible, unbelievable, fabulous, amazing - comma separated list of equivalent words. Set the expand option to change how this list is interpreted.

[Newtonsoft.Json.JsonProperty(PropertyName="synonyms")]
public System.Collections.Generic.IList<string> Synonyms { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="synonyms")>]
member this.Synonyms : System.Collections.Generic.IList<string> with get, set
Public Property Synonyms As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to