OpenSearch/x-pack/plugin
Mayya Sharipova 1287df4074 Fix max/min aggs for unsigned_long (#63904)
Max and min aggs were producing wrong results for unsigned_long field
if field was indexed. If field is indexed for max/min aggs instead of
field data, we use values from indexed Points, values of which
are derived using method pointReaderIfPossible. Before
UnsignedLongFieldType#pointReaderIfPossible was incorrectly
producing values, as it failed to shift them back to original
values.

This patch fixes method pointReaderIfPossible to produce
correct original values.

Relates to #60050
2020-10-19 15:59:55 -04:00
..
analytics Add factory methods for common value fetchers. (#63438) 2020-10-08 12:14:53 -07:00
async [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
async-search Async search should retry updates on version conflict (#63652) 2020-10-16 08:49:02 +02:00
autoscaling Autoscaling decision return absolute capacity (#61575) (#62670) 2020-09-19 09:05:23 +02:00
ccr Add CCR repository test for snapshot shard size (#63649) 2020-10-14 12:51:42 +02:00
core [7.10] Move RestRequestFilter to core (#63507) 2020-10-16 13:57:52 +03:00
data-streams Deprecate REST access to System Indices (#63274) (Original #60945) 2020-10-06 13:41:40 -06:00
deprecation Tweak the ECS fields in DeprecatedMessage (#62855) 2020-09-24 12:07:48 +01:00
enrich Deprecate REST access to System Indices (#63274) (Original #60945) 2020-10-06 13:41:40 -06:00
eql Remove filter from QL's field_caps requests (#63840) (#63845) 2020-10-17 01:36:26 +03:00
frozen-indices Make keep alive optional in PointInTimeBuilder (#62720) 2020-09-22 18:52:54 -04:00
graph Deprecate REST access to System Indices (#63274) (Original #60945) 2020-10-06 13:41:40 -06:00
identity-provider Optimize XContentParserUtils.ensureExpectedToken (#62691) (#63253) 2020-10-05 19:08:32 +02:00
ilm Refactor SnapshotsInProgress State Transitions (#60517) (#63266) 2020-10-06 00:03:42 +02:00
logstash Handle missing logstash index exceptions (#63753) 2020-10-15 09:45:02 -06:00
mapper-constant-keyword Convert TextFieldMapper to parametrized form (#63269) (#63392) 2020-10-07 13:26:25 +01:00
mapper-flattened Add factory methods for common value fetchers. (#63438) 2020-10-08 12:14:53 -07:00
mapper-unsigned-long Fix max/min aggs for unsigned_long (#63904) 2020-10-19 15:59:55 -04:00
mapper-version Remove dependency from version plugin. 2020-10-18 14:09:32 -07:00
ml [ML] Allow setting num_top_classes to a special value -1 (#63587) (#63602) 2020-10-13 13:57:50 +02:00
monitoring Deprecate REST access to System Indices (#63274) (Original #60945) 2020-10-06 13:41:40 -06:00
ql Remove filter from QL's field_caps requests (#63840) (#63845) 2020-10-17 01:36:26 +03:00
repositories-metering-api [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
rollup [7.x] Generalize AsyncTwoPhaseIndexer first phase (#61739) (#62482) 2020-09-17 11:57:22 +03:00
search-business-rules [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
searchable-snapshots Determine shard size before allocating shards recovering from snapshots (#61906) (#63337) 2020-10-06 18:37:05 +02:00
security [7.10] Move RestRequestFilter to core (#63507) 2020-10-16 13:57:52 +03:00
spatial Remove MapperService argument from IndexFieldData.Builder#build (#63197) (#63311) 2020-10-06 15:04:23 +02:00
sql Remove filter from QL's field_caps requests (#63840) (#63845) 2020-10-17 01:36:26 +03:00
src [7.10][DOCS] Add grant API key API and grant_api_key privilege (#63853) 2020-10-16 15:41:46 -07:00
stack [7.x] Add "synthetics-*-*" templates for synthetics fleet data (#62193) (#62346) 2020-09-14 17:14:34 -06:00
transform [Transform] increase timeout in testStopWaitForCheckpoint (#63657) 2020-10-15 08:51:33 +02:00
vectors Make array value parsing flag more robust. (#63371) 2020-10-06 17:49:25 -07:00
voting-only-node [7.x] Remove integTest task from PluginBuildPlugin (#61879) (#62135) 2020-09-09 14:25:41 -05:00
watcher [7.10] Move RestRequestFilter to core (#63507) 2020-10-16 13:57:52 +03:00
wildcard Make array value parsing flag more robust. (#63371) 2020-10-06 17:49:25 -07:00
build.gradle Fix Eclipse build (#62733) (#62786) 2020-09-22 17:44:25 -04:00