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 |
|
Map<String,List<Query |
getInnerHits()
Get the inner |
|
Semantic |
getSemantic()
Get the semantic property: Contains debugging information specific to semantic ranking requests. |
|
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:
getInnerHits
public Map<String,List<QueryResultDocumentInnerHit>> getInnerHits()
Get the innerHits property: Contains debugging information specific to vectors matched within a collection of complex types.
Returns:
getSemantic
public SemanticDebugInfo getSemantic()
Get the semantic property: Contains debugging information specific to semantic ranking requests.
Returns:
getVectors
public VectorsDebugInfo getVectors()
Get the vectors property: Contains debugging information specific to vector and hybrid search.
Returns: