Uses of Class
com.azure.search.documents.models.HybridSearch
Packages that use HybridSearch
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of HybridSearch in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return HybridSearchModifier and TypeMethodDescriptionstatic HybridSearchHybridSearch.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HybridSearch from the JsonReader.HybridSearch.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.HybridSearch.setMaxTextRecallSize(Integer maxTextRecallSize) Set the maxTextRecallSize property: Determines the maximum number of documents to be retrieved by the text query portion of a hybrid search request.