Uses of Class
com.azure.search.documents.models.DebugInfo
Packages that use DebugInfo
Package
Description
Package containing the data models for SearchIndexClient.
Package containing Azure AI Search paged response classes.
-
Uses of DebugInfo in com.azure.search.documents.models
Methods in com.azure.search.documents.models that return DebugInfo -
Uses of DebugInfo in com.azure.search.documents.util
Methods in com.azure.search.documents.util that return DebugInfoModifier and TypeMethodDescriptionSearchPagedIterable.getDebugInfo()The debug information that can be used to further explore your search results.Methods in com.azure.search.documents.util that return types with arguments of type DebugInfoModifier and TypeMethodDescriptionSearchPagedFlux.getDebugInfo()The debug information that can be used to further explore your search results.Constructors in com.azure.search.documents.util with parameters of type DebugInfoModifierConstructorDescriptionSearchPagedResponse(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