OpenSearch/modules
Martijn van Groningen 8de3c6e618
Ignore date ranges containing 'now' when pre-processing a percolator query (#35160)
Today when a percolator query contains a date range then the query
analyzer extracts that range, so that at search time the `percolate` query
can exclude percolator queries efficiently that are never going to match.

The problem is that if 'now' is used it is evaluated at index time.
So the idea is to rewrite date ranges with 'now' to a match all query, 
so that the query analyzer can't extract it and the `percolate` query 
is  then able to evaluate 'now' at query time.
2018-11-07 20:41:27 +01:00
..
aggs-matrix-stats Add a new "contains" feature (#34738) 2018-10-25 08:50:50 +03:00
analysis-common Remove build qualifier from server's Version (#35172) 2018-11-07 14:01:05 +02:00
ingest-common ingest: dot_expander_processor prevent null add/append to source document (#35106) 2018-11-05 17:16:42 -06:00
lang-expression Upgrade to lucene-8.0.0-snapshot-31d7dfe6b1 (#35224) 2018-11-06 11:55:23 +01:00
lang-mustache Remove build qualifier from server's Version (#35172) 2018-11-07 14:01:05 +02:00
lang-painless [Painless] Removes extraneous compile method (#35323) 2018-11-07 07:52:12 -08:00
mapper-extras Upgrade to lucene-8.0.0-snapshot-31d7dfe6b1 (#35224) 2018-11-06 11:55:23 +01:00
parent-join Refactor children aggregator into a generic ParentJoinAggregator (#34845) 2018-10-26 16:26:45 +02:00
percolator Ignore date ranges containing 'now' when pre-processing a percolator query (#35160) 2018-11-07 20:41:27 +01:00
rank-eval Prevent throttled indices to be searched through wildcards by default (#34354) 2018-11-06 09:45:30 +01:00
reindex Refactor: Remove settings from transport action CTOR (#35208) 2018-11-05 13:08:18 +01:00
repository-url Core: Less settings to AbstractComponent (#35140) 2018-10-31 21:23:20 -04:00
transport-netty4 Open node connections asynchronously (#35144) 2018-11-06 17:58:20 -07:00
build.gradle Painless: Add spi jar that will be published for extending whitelists (#28302) 2018-01-18 19:16:26 -08:00