OpenSearch/docs/reference/migration/migrate_7_0
Jim Ferenczi 74aca756b8
Remove the distinction between query and filter context in QueryBuilders (#35354)
When building a query Lucene distinguishes two cases, queries that require to produce a score and queries that only need to match. We cloned this mechanism in the QueryBuilders in order to be able to produce different queries based on whether they need to produce a score or not. However the only case in es that require this distinction is the BoolQueryBuilder that sets a different minimum_should_match when a `bool` query is built in a filter context..
This behavior doesn't seem right because it makes the matching of `should` clauses different when the score is not required.

Closes #35293
2018-12-03 11:49:11 +01:00
..
aggregations.asciidoc Require combine and reduce scripts in scripted metrics aggregation (#33452) 2018-10-03 15:22:01 +01:00
analysis.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00
api.asciidoc Remove deprecated Graph endpoints (#35956) 2018-11-28 08:24:15 -05:00
cluster.asciidoc Add cluster-wide shard limit warnings (#34021) 2018-10-23 16:35:10 -06:00
indices.asciidoc fix broken doc due to `elasticsearch-translog` removal 2018-10-01 17:54:32 +02:00
java.asciidoc Collapse pipeline aggs into single package (#34658) 2018-10-23 16:01:01 -04:00
low_level_restclient.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00
mappings.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00
packaging.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00
plugins.asciidoc DOCS: Add SecurityExtension breaking change (#35358) 2018-11-09 16:57:49 +11:00
restclient.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00
scripting.asciidoc Add migration info for missing values in script 2018-10-03 11:56:18 -04:00
search.asciidoc Remove the distinction between query and filter context in QueryBuilders (#35354) 2018-12-03 11:49:11 +01:00
settings.asciidoc Remove deprecated audit settings (#35205) 2018-11-08 14:06:47 +02:00
snapshotstats.asciidoc [DOCS] Synchronize location of Breaking Changes (#33588) 2018-09-27 08:41:38 -07:00