-
Notifications
You must be signed in to change notification settings - Fork 128
Add the knn property to search requests #1779
Copy link
Copy link
Closed
Labels
Description
POST products/_search
{
"query": {
"multi_match": {
"query": "black flower dress",
"fields": ["title", "description"],
},
"boost": 0.9
},
"knn": {
"field": "title_vector",
"query_vector": [0.3, 0.1, ...],
"k": 5,
"num_candidates": 50,
"boost": 0.1,
"filter": {
"term": {
"file_type": "jpeg"
}
}
},
"size": 20
}References:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Fields
Give feedbackNo fields configured for issues without a type.