Class SearchResponse.QueryResult

  • Enclosing class:
    SearchResponse

    public static class SearchResponse.QueryResult
    extends Object
    Represents a single result of a vector query. Contains the result vectorId and its distance to the vector being queried
    • Method Detail

      • getVectorId

        public long getVectorId()
      • getDistance

        public float getDistance()