SearchResults<T>.Facets Property

Definition

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 via Facets.

public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<Azure.Search.Documents.Models.FacetResult>> Facets { get; }
member this.Facets : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<Azure.Search.Documents.Models.FacetResult>>
Public ReadOnly Property Facets As IDictionary(Of String, IList(Of FacetResult))

Property Value

Applies to