Interface SearchResults<K,V>

Type Parameters:
K - type of vector collection key
V - type of vector collection value

@Beta public interface SearchResults<K,V>
Since:
5.5
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterator<com.hazelcast.vector.SearchResult<K,V>>
     
    int
     
  • Method Details

    • size

      int size()
      Returns:
      number of search results
    • results

      Iterator<com.hazelcast.vector.SearchResult<K,V>> results()
      Returns:
      an iterator of SearchResults, sorted by similarity score descending.