DocumentSearchResult<T>.Facets Property

Definition

Gets the facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not include any facet expressions.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to