VectorsDebugInfo Class
- java.
lang. Object - com.
azure. search. documents. models. VectorsDebugInfo
- com.
Implements
public final class VectorsDebugInfo
implements JsonSerializable<VectorsDebugInfo>
"Contains debugging information specific to vector and hybrid search.").
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Vectors |
fromJson(JsonReader jsonReader)
Reads an instance of Vectors |
|
Query |
getSubscores()
Get the subscores property: The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static VectorsDebugInfo fromJson(JsonReader jsonReader)
Reads an instance of VectorsDebugInfo from the JsonReader.
Parameters:
Returns:
Throws:
getSubscores
public QueryResultDocumentSubscores getSubscores()
Get the subscores property: The breakdown of subscores of the document prior to the chosen result set fusion/combination method such as RRF.
Returns: