Package io.milvus.client
Class SearchResponse.QueryResult
- java.lang.Object
-
- io.milvus.client.SearchResponse.QueryResult
-
- Enclosing class:
- SearchResponse
public static class SearchResponse.QueryResult extends java.lang.Object
Represents a single result of a vector query. Contains the resultvectorId
and itsdistance
to the vector being queried
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDistance()
long
getVectorId()
-