Skip to content

Commit 9b582c1

Browse files
authored
[DOCS] Fix typo in knn tuning guide (#113880)
1 parent 037d5c3 commit 9b582c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/how-to/knn-search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ expensive to load. This could significantly slow down the speed of kNN search.
4848
NOTE: <<docs-reindex, reindex>>, <<docs-update, update>>,
4949
and <<docs-update-by-query, update by query>> operations generally
5050
require the `_source` field. Disabling `_source` for a field might result in
51-
expected behavior for these operations. For example, reindex might not actually
51+
unexpected behavior for these operations. For example, reindex might not actually
5252
contain the `dense_vector` field in the new index.
5353

5454
You can disable storing `dense_vector` fields in the `_source` through the

0 commit comments

Comments
 (0)