Object representing a k-nearest neighbor search query
Name | Type | Description | Notes |
---|---|---|---|
Field | string | Field to perform the k-nearest neighbor search on | |
K | int | The number of nearest neighbors to return | |
QueryVector | List<decimal> | The vector used as input for the KNN search | [optional] |
DocId | long | The docuemnt ID used as input for the KNN search | [optional] |
Ef | int | Optional parameter controlling the accuracy of the search | [optional] |
Filter | QueryFilter | [optional] |