Freigeben über


DocumentSearchResult<T>.Facets Eigenschaft

Definition

Ruft die Facetabfrageergebnisse für den Suchvorgang ab, die als Sammlung von Buckets für jedes Facettenfeld organisiert sind. null, wenn die Abfrage keine Facetausdrücke enthält.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: