Uses of Class
com.azure.search.documents.models.SearchResult
Packages that use SearchResult
Package
Description
Package containing Azure AI Search paged response classes.
-
Uses of SearchResult in com.azure.search.documents.util
Subclasses with type arguments of type SearchResult in com.azure.search.documents.utilModifier and TypeClassDescriptionfinal classImplementation ofContinuablePagedFluxwhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.final classImplementation ofContinuablePagedIterablewhere the continuation token type isSearchRequest, the element type isSearchResult, and the page type isSearchPagedResponse.final classRepresents an HTTP response from the search API request that contains a list of items deserialized into aPage.Methods in com.azure.search.documents.util that return types with arguments of type SearchResultConstructor parameters in com.azure.search.documents.util with type arguments of type SearchResultModifierConstructorDescriptionSearchPagedResponse(com.azure.core.http.rest.Response<List<SearchResult>> response, String continuationToken, Map<String, List<FacetResult>> facets, Long count, Double coverage) Deprecated.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(Response, String, Map, Long, Double, List, SemanticErrorReason, SemanticSearchResultsType, DebugInfo, SemanticQueryRewritesResultType)