You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 16, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/knn/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,7 +199,7 @@ GET my-knn-index-2/_search
199
199
All parameters are required.
200
200
201
201
-`lang` is the script type. This value is usually `painless`, but here you must specify `knn`.
202
-
-`source` is the name of the script, `knn_store`.
202
+
-`source` is the name of the script, `knn_score`.
203
203
204
204
This script is part of the KNN plugin and isn't available at the standard `_scripts` path. A GET request to `_cluster/state/metadata` doesn't return it, either.
0 commit comments