Uses of Class
com.azure.search.documents.models.HybridCountAndFacetMode
Packages that use HybridCountAndFacetMode
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of HybridCountAndFacetMode in com.azure.search.documents.models
Fields in com.azure.search.documents.models declared as HybridCountAndFacetModeModifier and TypeFieldDescriptionstatic final HybridCountAndFacetModeHybridCountAndFacetMode.COUNT_ALL_RESULTSInclude all documents that were matched by the search query when computing 'count' and 'facets', regardless of whether or not those documents are within the 'maxTextRecallSize' retrieval window.static final HybridCountAndFacetModeHybridCountAndFacetMode.COUNT_RETRIEVABLE_RESULTSOnly include documents that were matched within the 'maxTextRecallSize' retrieval window when computing 'count' and 'facets'.Methods in com.azure.search.documents.models that return HybridCountAndFacetModeModifier and TypeMethodDescriptionstatic HybridCountAndFacetModeHybridCountAndFacetMode.fromString(String name) Creates or finds a HybridCountAndFacetMode from its string representation.HybridSearch.getCountAndFacetMode()Get the countAndFacetMode property: Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window.Methods in com.azure.search.documents.models that return types with arguments of type HybridCountAndFacetModeModifier and TypeMethodDescriptionstatic Collection<HybridCountAndFacetMode> HybridCountAndFacetMode.values()Gets known HybridCountAndFacetMode values.Methods in com.azure.search.documents.models with parameters of type HybridCountAndFacetModeModifier and TypeMethodDescriptionHybridSearch.setCountAndFacetMode(HybridCountAndFacetMode countAndFacetMode) Set the countAndFacetMode property: Determines whether the count and facets should includes all documents that matched the search query, or only the documents that are retrieved within the 'maxTextRecallSize' window.