Skip to content

Commit

Permalink
Update sparse_vector docs on index version availability (elastic#107315)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosdelest authored Apr 10, 2024
1 parent a06da43 commit f8e516e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/mapping/types/sparse-vector.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ PUT my-index
See <<semantic-search-elser, semantic search with ELSER>> for a complete example on adding documents
to a `sparse_vector` mapped field using ELSER.

NOTE: `sparse_vector` fields can not be included in indices that were *created* on {es} versions between 8.0 and 8.10

NOTE: `sparse_vector` fields only support single-valued fields and strictly positive
values. Multi-valued fields and negative values will be rejected.

Expand Down

0 comments on commit f8e516e

Please sign in to comment.