次の方法で共有


DocumentSearchResult<T>.Facets プロパティ

定義

各ファセット フィールドのバケットのコレクションとして編成された、検索操作のファセット クエリ結果を取得します。クエリにファセット式が含まれていない場合は null。

[Newtonsoft.Json.JsonProperty(PropertyName="@search.facets")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FacetResult>> Facets { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.facets")>]
member this.Facets : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Microsoft.Azure.Search.Models.FacetResult>>
Public ReadOnly Property Facets As IDictionary(Of String, IList(Of FacetResult))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象