OpenSearch/docs/reference/migration/migrate_5_0
Adrien Grand 864ed04059 Lessen leniency of the query dsl. #18276
This change does the following:
 - Queries that are currently unsupported such as prefix queries on numeric
   fields or term queries on geo fields now throw an error rather than returning
   a query that does not match anything.
 - Fuzzy queries on numeric, date and ip fields are now unsupported: they used
   to create range queries, we now expect users to use range queries directly.
   Fuzzy, regexp and prefix queries are now only supported on text/keyword
   fields (including `_all`).
 - The `_uid` and `_id` fields do not support prefix or range queries anymore as
   it would prevent us to store them more efficiently in the future, eg. by
   using a binary encoding.

Note that it is still possible to ignore these errors by using the `lenient`
option of the `match` or `query_string` queries.
2016-05-16 17:37:00 +02:00
..
aggregations.asciidoc Add back support for `ip` range aggregations. #17859 2016-05-13 17:22:01 +02:00
allocation.asciidoc Reworked 5.0 breaking changes docs 2016-03-13 21:17:48 +01:00
cat.asciidoc Add note about cat field data API changes into migration doc 2016-05-10 16:41:21 +03:00
fs.asciidoc Use `mmapfs` by default. 2016-04-08 20:23:27 +02:00
http.asciidoc Enable HTTP compression by default with compression level 3 2016-05-03 08:53:15 +02:00
index-apis.asciidoc Update index-apis.asciidoc 2016-04-25 13:06:57 +02:00
java.asciidoc Allow binary sort values. #17959 2016-05-06 09:27:02 +02:00
mapping.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
packaging.asciidoc Require /bin/bash in packaging 2016-05-10 21:17:09 -04:00
percolator.asciidoc percolator: renamed `percolator` query to `percolate` query 2016-04-20 15:23:54 +02:00
plugins.asciidoc Remove plugin script parsing of system properties 2016-05-09 13:06:18 -04:00
rest.asciidoc Document missing shard version in routing table of cluster state (#17945) 2016-04-26 10:50:38 +02:00
scripting.asciidoc Merge remote-tracking branch 'dakrone/there-can-be-only-one2' 2016-05-13 10:28:41 -06:00
search.asciidoc Lessen leniency of the query dsl. #18276 2016-05-16 17:37:00 +02:00
settings.asciidoc Remove vestiges of script engine sandboxing 2016-05-13 09:24:31 -06:00
suggest.asciidoc Document completion suggest breaking changes 2016-04-26 10:15:21 -04:00