Package com.hazelcast.vector
Interface SearchResult<K,V> 
- Type Parameters:
- K-
- V-
Single vector search result
- Since:
- 5.5
- 
Method Details- 
getKey- Returns:
- id of the document
 
- 
getValue- Returns:
- the complete document value, if it was requested to be included, otherwise
          null
- See Also:
 
- 
getVectors- Returns:
- the document's vectors, if requested to be included, otherwise null
- See Also:
 
- 
getScorefloat getScore()
 
-