diff --git a/docs/reference/elasticsearch/mapping-reference/sparse-vector.md b/docs/reference/elasticsearch/mapping-reference/sparse-vector.md index d7cdee6c8f218..651b689657ba0 100644 --- a/docs/reference/elasticsearch/mapping-reference/sparse-vector.md +++ b/docs/reference/elasticsearch/mapping-reference/sparse-vector.md @@ -95,13 +95,13 @@ This ensures that: * The tokens that are kept are frequent enough and have significant scoring. * Very infrequent tokens that may not have as high of a score are removed. -## Accessing `dense_vector` fields in search responses +## Accessing `sparse_vector` fields in search responses ```{applies_to} stack: ga 9.2 serverless: ga ``` -By default, `dense_vector` fields are **not included in `_source`** in responses from the `_search`, `_msearch`, `_get`, and `_mget` APIs. +By default, `sparse_vector` fields are **not included in `_source`** in responses from the `_search`, `_msearch`, `_get`, and `_mget` APIs. This helps reduce response size and improve performance, especially in scenarios where vectors are used solely for similarity scoring and not required in the output. To retrieve vector values explicitly, you can use: