Skip to content

Commit accff8b

Browse files
authored
Fix formatting and wording
1 parent b89b08f commit accff8b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,13 @@ POST /my-index/_update/1
288288
}
289289
```
290290

291-
This same merging behavior also applies to [`rank_features` fields](/reference/elasticsearch/mapping-reference/rank-features.md), as they are also object-like structures.
291+
:::{note}
292+
This same merging behavior also applies to [`rank_features` fields](/reference/elasticsearch/mapping-reference/rank-features.md), because they are also object-like structures.
293+
:::
292294

293295
## Important notes and limitations
294296

295-
- `sparse_vector` fields can not be included in indices that were **created** on {{es}} versions between 8.0 and 8.10
297+
- `sparse_vector` fields cannot be included in indices that were **created** on {{es}} versions between 8.0 and 8.10
296298
- `sparse_vector` fields only support strictly positive values. Negative values will be rejected.
297299
- `sparse_vector` fields do not support [analyzers](docs-content://manage-data/data-store/text-analysis.md), querying, sorting or aggregating. They may only be used within specialized queries. The recommended query to use on these fields are [`sparse_vector`](/reference/query-languages/query-dsl/query-dsl-sparse-vector-query.md) queries. They may also be used within legacy [`text_expansion`](/reference/query-languages/query-dsl/query-dsl-text-expansion-query.md) queries.
298300
- `sparse_vector` fields only preserve 9 significant bits for the precision, which translates to a relative error of about 0.4%.

0 commit comments

Comments
 (0)