Partager via


SynonymTokenFilter.Synonyms Propriété

Définition

Obtient ou définit une liste de synonymes dans l’un des deux formats suivants : 1. incroyable, incroyable, fabuleux => étonnant - tous les termes sur le côté gauche de => symbole sera remplacé par tous les termes sur son côté droit; 2. incroyable, incroyable, fabuleux, incroyable - liste séparée par des virgules de mots équivalents. Définissez l’option expand pour changer la façon dont cette liste est interprétée.

[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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à