VectorSearchOptions Class
Namespace: Hazelcast.Models
Assembly: Hazelcast.Net.dll
Represents the options for performing a vector search.
public class VectorSearchOptions
Inherited Members
Constructors
| Name | Description |
|---|---|
| VectorSearchOptions(bool, bool, int, IDictionary<string, string>) | Initializes a new instance of the VectorSearchOptions class with the specified options. |
Properties
| Name | Description |
|---|---|
| Hints | Gets additional hints for the search. |
| IncludeValue | Gets a value indicating whether to include values in the search results. |
| IncludeVectors | Gets a value indicating whether to include vectors in the search results. |
| Limit | Gets the maximum number of results to return. |