Partager via


DocumentSearchResult<T>.Facets Propriété

Définition

Obtient les résultats de la requête à facettes pour l’opération de recherche, organisés sous la forme d’une collection de compartiments pour chaque champ à facettes ; Null si la requête n’incluait aucune expression de facette.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à