VectorSearchResultEntry<TKey, TVal> Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents an entry in the vector search result.
public class VectorSearchResultEntry<TKey, TVal>
Inherited Members
Type Parameters
| TKey | The type of the key associated with the entry. |
| TVal | The type of the value associated with the entry. |
Properties
| Name | Description |
|---|---|
| Key | Gets the key associated with the entry. |
| Score | Gets the score of the entry. |
| Value | Gets the value associated with the entry. |
| Vectors | Gets the vector values associated with the entry. |