(Doc+) Sparse Vectors NA to mapping analyzers (#112523)

* retry
This commit is contained in:
Stef Nestor 2024-09-05 09:19:19 -06:00 committed by GitHub
parent 4aa3c3d7ee
commit a4dba7db8d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.