SynonymTokenFilter.Synonyms Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET