次の方法で共有


SynonymTokenFilter.Synonyms プロパティ

定義

次の 2 つの形式のシノニムの一覧を取得または設定します: 1。 信じられないほどの、信じられないほどの、素晴らしい=>素晴らしい - => 記号の左側のすべての用語は、右側のすべての用語に置き換えられます。2. 信じられないほどの、信じられないほどの、素晴らしい、素晴らしい - 同等の単語のコンマ区切りリスト。 このリストの解釈方法を変更するには、expand オプションを設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象