OpenSearch/modules
Martijn van Groningen edad7b4737
Add support for selecting percolator query candidate matches containing range queries.
Extracts ranges from range queries on byte, short, integer, long, half_float, scaled_float, float, double, date and ip fields.
byte, short, integer and date ranges are normalized to Lucene's LongRange.
half_float and float are normalized to Lucene's DoubleRange.

When extracting range queries, the QueryAnalyzer computes the width of the range.  This width is used to determine
what range should be preferred in a conjunction query. The QueryAnalyzer prefers the smaller ranges, because these
ranges tend to match with less documents.

Closes #21040
2017-07-26 21:25:45 +02:00
..
aggs-matrix-stats Respect cluster alias in `_index` aggs and queries (#25885) 2017-07-26 09:16:52 +02:00
analysis-common Pre-configured shingle filter should disable graph analysis (#25853) 2017-07-24 18:42:15 +02:00
ingest-common Disallow lang to be used with Stored Scripts (#25610) 2017-07-12 07:55:57 -07:00
lang-expression Cleanup IndexFieldData visibility (#25900) 2017-07-26 20:03:42 +02:00
lang-mustache remove lang url parameter from stored script requests (#25779) 2017-07-20 08:51:08 -07:00
lang-painless Cleanup IndexFieldData visibility (#25900) 2017-07-26 20:03:42 +02:00
parent-join Respect cluster alias in `_index` aggs and queries (#25885) 2017-07-26 09:16:52 +02:00
percolator Add support for selecting percolator query candidate matches containing range queries. 2017-07-26 21:25:45 +02:00
reindex Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00
repository-url Tests: Change rest test extension from .yaml to .yml (#24659) 2017-05-16 17:24:35 -07:00
transport-netty4 Shade external dependencies in the rest client jar 2017-07-24 12:55:43 -05:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00