Compartir a través de


DocumentSearchResult<T>.Facets Propiedad

Definición

Obtiene los resultados de la consulta de faceta para la operación de búsqueda, organizada como una colección de cubos para cada campo con facetas; null si la consulta no incluía ninguna expresión de faceta.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a