Uses of Class
com.azure.search.documents.models.DocumentDebugInfo
Packages that use DocumentDebugInfo
Package
Description
Package containing the data models for SearchIndexClient.
-
Uses of DocumentDebugInfo in com.azure.search.documents.models
Classes in com.azure.search.documents.models that implement interfaces with type arguments of type DocumentDebugInfoModifier and TypeClassDescriptionfinal classContains debugging information that can be used to further explore your search results.Methods in com.azure.search.documents.models that return DocumentDebugInfoModifier and TypeMethodDescriptionstatic DocumentDebugInfoDocumentDebugInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DocumentDebugInfo from the JsonReader.SearchResult.getDocumentDebugInfo()Get the documentDebugInfo property: Contains debugging information that can be used to further explore your search results.