diff --git a/docs/reference/how-to/knn-search.asciidoc b/docs/reference/how-to/knn-search.asciidoc index fedfb791f0851..18882380ce160 100644 --- a/docs/reference/how-to/knn-search.asciidoc +++ b/docs/reference/how-to/knn-search.asciidoc @@ -48,7 +48,7 @@ expensive to load. This could significantly slow down the speed of kNN search. NOTE: <>, <>, and <> operations generally require the `_source` field. Disabling `_source` for a field might result in -expected behavior for these operations. For example, reindex might not actually +unexpected behavior for these operations. For example, reindex might not actually contain the `dense_vector` field in the new index. You can disable storing `dense_vector` fields in the `_source` through the