elasticsearch/modules
Gal Lalouche ef6372abea
ESQL: ST_EXTENT_AGG optimize envelope extraction from doc-values for Cartesian_shape (#118802)
When we cartesian shapes to Lucene, we encode additional information in the binary, including the extent, so we can read the extent directly from the binary encoding instead of (re-)computing it per shape, and replace the (possibly very complicated) shape with a rectangle. At the moment, this is only done for Cartesian shapes, since for Geo shapes, we need to take dateline wrapping into account, which means it can't be directly encoded as a rectangle. We will deal with geo shapes in a future PR.
2024-12-20 16:53:04 +02:00
..
aggregations Run assertAcked(...) requests in parallel in some spots (#118980) 2024-12-19 20:17:55 +01:00
analysis-common Conditionally mute synonyms config access test (#119140) 2024-12-19 21:48:02 +00:00
apm Update APM Java Agent to support JDK 23 (#115194) 2024-10-21 16:04:54 +02:00
data-streams [9.0] Remove unsupported value for the query param wait_for_active_shards in close API. (#118555) 2024-12-19 23:00:36 +02:00
dot-prefix-validation Align dot prefix validation with Serverless (#116266) 2024-11-06 05:50:13 +11:00
health-shards-availability Add AGPLv3 as a supported license 2024-09-13 15:29:46 -07:00
ingest-attachment Update UpdateForV9 in AttachmentProcessor (#118186) 2024-12-09 14:28:24 +00:00
ingest-common Resolve pipelines from template if lazy rollover write (#116031) 2024-11-01 22:54:55 -05:00
ingest-geoip Collapse transport versions for 8.16 (#117991) 2024-12-05 08:59:48 +00:00
ingest-user-agent Fix reconstituting version string from components (#117213) 2024-12-03 17:32:28 -07:00
kibana Re-enable threadpool blocking in Kibana system index test (#112569) 2024-10-24 09:29:34 -07:00
lang-expression Upgrade to Lucene 10 (#114741) 2024-10-21 13:38:23 +02:00
lang-mustache Remove various references to 7.0 and 7.1 transport versions (#118075) 2024-12-11 10:10:49 +00:00
lang-painless Improve error message when whitelist resource file is not found (#119012) 2024-12-18 15:10:29 -08:00
legacy-geo ESQL: ST_EXTENT_AGG optimize envelope extraction from doc-values for Cartesian_shape (#118802) 2024-12-20 16:53:04 +02:00
mapper-extras Fix/meta fields bad request (#117229) 2024-12-03 10:58:20 +02:00
parent-join Migrate mapper-related modules to internal-*-rest-test (#117298) 2024-11-23 00:35:24 +00:00
percolator Remove unused code from PercolateQueryBuilder (#118791) 2024-12-17 11:22:20 +01:00
rank-eval Remove most uses of 7.5 and 7.6 transport versions (#118439) 2024-12-12 10:02:01 +00:00
reindex Remove needless use of assertBusy polling Future.isDone (#119078) 2024-12-19 20:18:17 +01:00
repository-azure Add undeclared Azure settings, modify test to exercise them (#118634) 2024-12-13 15:40:40 +11:00
repository-gcs Remove unused BlobStore#deleteBlobsIgnoringIfNotExists (#118245) 2024-12-09 15:46:22 +00:00
repository-s3 Add integ test for EC2 special network addresses (#118560) 2024-12-13 07:30:57 +11:00
repository-url Remove unused BlobStore#deleteBlobsIgnoringIfNotExists (#118245) 2024-12-09 15:46:22 +00:00
rest-root [Build] Remove deprecated BuildParams (#116984) 2024-11-22 16:30:57 +01:00
runtime-fields-common Remove legacy params from range query (#116970) 2024-11-19 15:18:31 -05:00
systemd Use directory name as project name for libs (#115720) 2024-10-29 13:02:28 -07:00
transport-netty4 Speed up testRespondAfterClose (#117969) 2024-12-06 00:01:32 +11:00
build.gradle Add AGPLv3 as a supported license 2024-09-13 15:29:46 -07:00