Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/reference/how-to/knn-search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ expensive to load. This could significantly slow down the speed of kNN search.
NOTE: <<docs-reindex, reindex>>, <<docs-update, update>>,
and <<docs-update-by-query, update by query>> 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
Expand Down
Loading