Uses of Class
com.azure.search.documents.models.FacetResult
Packages that use FacetResult
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of FacetResult in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type FacetResultModifier and TypeClassDescriptionfinal classA single bucket of a facet query result.Methods in com.azure.search.documents.models that return FacetResultModifier and TypeMethodDescriptionstatic FacetResultFacetResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FacetResult from the JsonReader.FacetResult.setAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: A single bucket of a facet query result.Methods in com.azure.search.documents.models that return types with arguments of type FacetResultModifier and TypeMethodDescriptionMap<String, List<FacetResult>> FacetResult.getFacets()Get the facets property: The nested facet query results for the search operation, organized as a collection of buckets for each faceted field; null if the query did not contain any nested facets.Constructors in com.azure.search.documents.models with parameters of type FacetResultModifierConstructorDescriptionRangeFacetResult(FacetResult facetResult) Constructor fromFacetResultValueFacetResult(FacetResult facetResult) Constructor fromFacetResult -
Uses of FacetResult in com.azure.search.documents.util
Methods in com.azure.search.documents.util that return types with arguments of type FacetResultModifier and TypeMethodDescriptionMono<Map<String, List<FacetResult>>> SearchPagedFlux.getFacets()Deprecated.Map<String, List<FacetResult>> SearchPagedIterable.getFacets()Deprecated.UseSearchPagedResponse.getFacets()when consumingContinuablePagedIterable.streamByPage()orContinuablePagedIterable.iterableByPage().Map<String, List<FacetResult>> SearchPagedResponse.getFacets()Get the facets property: 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.Constructor parameters in com.azure.search.documents.util with type arguments of type FacetResultModifierConstructorDescriptionSearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage) SearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage, List<QueryAnswerResult> queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType) SearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage, List<QueryAnswerResult> queryAnswers, SemanticErrorReason semanticErrorReason, SemanticSearchResultsType semanticSearchResultsType, DebugInfo debugInfo, SemanticQueryRewritesResultType semanticQueryRewritesResultType) Constructor
SearchPagedResponse.getFacets()when consumingPagedFluxBase.byPage().