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
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type DebugInfoModifier and TypeClassDescriptionfinal classContains debugging information that can be used to further explore your search results.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()Deprecated.SearchPagedResponse.getDebugInfo()Get the debugInfo property: Debug information that applies to the search results as a whole.Methods in com.azure.search.documents.util that return types with arguments of type DebugInfoModifier and TypeMethodDescriptionSearchPagedFlux.getDebugInfo()Deprecated.UseSearchPagedResponse.getDebugInfo()when consumingPagedFluxBase.byPage().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
SearchPagedResponse.getDebugInfo()when consumingContinuablePagedIterable.streamByPage()orContinuablePagedIterable.iterableByPage().