OpenSearch/modules/percolator
Martijn van Groningen 204f4022c2
percolator: Do not take duplicate query extractions into account for minimum_should_match attribute
If a percolator query contains duplicate query clauses somewhere in the query tree then
when these clauses are extracted then they should not affect the msm.

This can lead a percolator query that should be a valid match not become a candidate match,
because at query time, the msm that is being used by the CoveringQuery would never match with
the msm used at index time.

Closes #28315
2018-01-30 07:25:33 +01:00
..
src percolator: Do not take duplicate query extractions into account for minimum_should_match attribute 2018-01-30 07:25:33 +01:00
build.gradle Move range field mapper back to core 2017-12-17 14:27:10 -05:00