From 029ee42c4eb21fd6104d996a0bb307df95a96f79 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 2 Oct 2024 09:55:52 +0200 Subject: [PATCH] [DOCS] Fix typo in knn tuning guide (#113880) (cherry picked from commit 9b582c15ffc27e3ae3ce8961234b85966b2a8374) --- docs/reference/how-to/knn-search.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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