Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit 5311193

Browse files
authored
Fix typo
update to knn_score instead of knn_store
1 parent f5ed211 commit 5311193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ GET my-knn-index-2/_search
199199
All parameters are required.
200200

201201
- `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`.
203203

204204
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.
205205

0 commit comments

Comments
 (0)