manticoresearch 1.1.0

Сlient for Manticore Search.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# KnnQuery

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**field** | **String** | Field to perform the k-nearest neighbor search on | 
**k** | **i32** | The number of nearest neighbors to return | 
**query_vector** | Option<**Vec<f64>**> | The vector used as input for the KNN search | [optional]
**doc_id** | Option<**i32**> | The docuemnt ID used as input for the KNN search | [optional]
**ef** | Option<**i32**> | Optional parameter controlling the accuracy of the search | [optional]
**filter** | Option<[**models::QueryFilter**]queryFilter.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)