elasticsearch/modules
Christoph Büscher 5315ed6c32
Fix range queries on runtime double field (#71915)
DoubleScriptFieldRangeQuery which is used on runtime fields of type "double"
currently uses simple double type comparison for checking its upper and lower
bounds. Unfortunately it seems that -0.0 == 0.0, but when we want to exclude a
0.0 bound via "lt" the generated range query uses -0.0 as its upper bound which
erroneously includes the 0.0 value. We can use `Double.compare` instead which
seems to handle this edge case well.

Closes #71786
2021-04-20 16:44:45 +02:00
..
aggs-matrix-stats Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00
analysis-common Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00
geo Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00
ingest-common Expose dynamic_templates parameter in Ingest (#71716) 2021-04-19 11:34:13 -04:00
ingest-geoip Remove assertion from DatabaseRegistry (#71764) 2021-04-15 21:44:42 +02:00
ingest-user-agent Option to disable device type parsing in user agent processor (#71625) 2021-04-16 07:08:30 -05:00
kibana
lang-expression Upgrade to Lucene 8.8.2 on 8.0 (#71587) 2021-04-14 08:52:23 -04:00
lang-mustache Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00
lang-painless Rename string_field script context to keyword_field (#71854) 2021-04-20 14:32:06 +02:00
mapper-extras Add support for script parameter to boolean field mapper (#71454) 2021-04-12 10:04:12 +02:00
parent-join Avoid using external values in parent-join and percolator mappers (#71834) 2021-04-20 12:18:42 +01:00
percolator Avoid using external values in parent-join and percolator mappers (#71834) 2021-04-20 12:18:42 +01:00
rank-eval Apply REST API compatibility testing for the :modules (#71137) 2021-04-02 11:20:54 -05:00
reindex Use the remaining scroll response documents on update by query bulk requests (#71430) 2021-04-20 14:45:17 +02:00
repository-url Include URLHttpClientIOException on URLBlobContainerRetriesTests testReadBlobWithReadTimeouts (#71318) 2021-04-06 14:58:57 +02:00
runtime-fields-common Fix range queries on runtime double field (#71915) 2021-04-20 16:44:45 +02:00
systemd
transport-netty4 Deprecate legacy index template API endpoints (#71309) 2021-04-16 08:07:28 -05:00
build.gradle