DocumentDebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. DocumentDebugInfo
- com.
Implements
public final class DocumentDebugInfo
implements JsonSerializable<DocumentDebugInfo>
Contains debugging information that can be used to further explore your search results.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
|
Vectors |
getVectors()
Get the vectors property: Contains debugging information specific to vector and hybrid search. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DocumentDebugInfo fromJson(JsonReader jsonReader)
Reads an instance of DocumentDebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getVectors
public VectorsDebugInfo getVectors()
Get the vectors property: Contains debugging information specific to vector and hybrid search.
Returns: