Skip to content

Commit ad0967a

Browse files
authored
[DOCS] Update sparse_vector exclusion from source docs (#136260)
1 parent 90ec2be commit ad0967a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/mapping-reference/sparse-vector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ This ensures that:
9595
* The tokens that are kept are frequent enough and have significant scoring.
9696
* Very infrequent tokens that may not have as high of a score are removed.
9797

98-
## Accessing `dense_vector` fields in search responses
98+
## Accessing `sparse_vector` fields in search responses
9999
```{applies_to}
100100
stack: ga 9.2
101101
serverless: ga
102102
```
103103

104-
By default, `dense_vector` fields are **not included in `_source`** in responses from the `_search`, `_msearch`, `_get`, and `_mget` APIs.
104+
By default, `sparse_vector` fields are **not included in `_source`** in responses from the `_search`, `_msearch`, `_get`, and `_mget` APIs.
105105
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.
106106

107107
To retrieve vector values explicitly, you can use:

0 commit comments

Comments
 (0)