OpenSearch/modules
Jim Ferenczi 21a57c1494 Always use DisjunctionMaxQuery to build cross fields disjunction (#25115)
This commit modifies query_string, simple_query_string and multi_match queries to always use a DisjunctionMaxQuery when a disjunction over multiple fields is built. The tiebreaker is set to 1 in order to behave like the boolean query in terms of scoring.
The removal of the coord factor in Lucene 7 made this change mandatory to correctly handle minimum_should_match.

Closes #23966
2017-06-08 11:18:17 +02:00
..
aggs-matrix-stats Add doc_count to ParsedMatrixStats (#24952) 2017-05-30 10:16:08 +02:00
analysis-common Plugins can register pre-configured char filters (#25000) 2017-06-05 09:25:15 -04:00
ingest-common fix grok's pattern parsing to validate pattern names in expression (#25063) 2017-06-06 08:07:53 -07:00
lang-expression Scripting: Add StatefulFactoryType as optional intermediate factory in script contexts (#24974) 2017-05-30 16:32:14 -07:00
lang-mustache Generate Painless Factory for Creating Script Instances (#25120) 2017-06-07 16:06:11 -07:00
lang-painless Generate Painless Factory for Creating Script Instances (#25120) 2017-06-07 16:06:11 -07:00
parent-join Leverage scorerSupplier when applicable. (#25109) 2017-06-08 10:19:38 +02:00
percolator Always use DisjunctionMaxQuery to build cross fields disjunction (#25115) 2017-06-08 11:18:17 +02:00
reindex Fixed NPEs caused by requests without content. (#23497) 2017-06-05 09:08:14 -06:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 GET aliases should 404 if aliases are missing 2017-06-06 14:37:29 -04:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00