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
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 TypeMethodDescriptionFacetResult.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()The facet query results based on the search request.SearchPagedIterable.getFacets()The facet query results based on the search request.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) ConstructorSearchPagedResponse(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) ConstructorSearchPagedResponse(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