Package com.hazelcast.vector
Interface SearchResults<K,V>
- Type Parameters:
K
- type of vector collection keyV
- type of vector collection value
@Beta
public interface SearchResults<K,V>
- Since:
- 5.5
-
Method Summary
-
Method Details
-
size
int size()- Returns:
- number of search results
-
results
- Returns:
- an iterator of
SearchResult
s, sorted by similarity score descending.
-