DocumentSearchResult<T>.Facets Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.