Skip to content

Commit

Permalink
(Doc+) Sparse Vectors NA to mapping analyzers (elastic#112523)
Browse files Browse the repository at this point in the history
* retry
  • Loading branch information
stefnestor committed Sep 5, 2024
1 parent 2fce307 commit 873cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/mapping/types/sparse-vector.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ NOTE: `sparse_vector` fields can not be included in indices that were *created*
NOTE: `sparse_vector` fields only support strictly positive values.
Negative values will be rejected.

NOTE: `sparse_vector` fields do not support querying, sorting or aggregating.
NOTE: `sparse_vector` fields do not support <<analysis,analyzers>>, querying, sorting or aggregating.
They may only be used within specialized queries.
The recommended query to use on these fields are <<query-dsl-sparse-vector-query, `sparse_vector`>> queries.
They may also be used within legacy <<query-dsl-text-expansion-query,`text_expansion`>> queries.
Expand Down

0 comments on commit 873cfc8

Please sign in to comment.