Skip to content

Commit

Permalink
Update the migration documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtibshirani committed Nov 12, 2019
1 parent 4e2e24e commit 0242a5e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/reference/migration/migrate_8_0/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ The `nested_filter` and `nested_path` options, deprecated in 6.x, have been remo
`_search` and `_get` requests. Adaptive replica selection (activated by default in this version) will route requests
more efficiently using the service time of prior inter-node communications.

[float]
==== Removal of sparse vector fields
The `sparse_vector` field type was deprecated in 7.6 and is now removed in
8.0. We have not seen much interest in this experimental field type, and don't
see a clear use case as it's currently designed. If you have feedback or
suggestions around sparse vector functionality, please let us know through
GitHub or the 'discuss' forums.

[float]
==== Update to vector function signatures
The vector functions of the form `function(query, doc['field'])` were
Expand Down

0 comments on commit 0242a5e

Please sign in to comment.