OpenSearch/modules
Zachary Tong 92ad588275
Remove generic on AggregatorFactory (#43664) (#44079)
AggregatorFactory was generic over itself, but it doesn't appear we
use this functionality anywhere (e.g. to allow the super class
to declare arguments/return types generically for subclasses to
override).  Most places use a wildcard constraint, and even when a
concrete type is specified it wasn't used.

But since AggFactories are widely used, this led to
the generic touching many pieces of code and making type signatures
fairly complex
2019-07-10 13:20:28 -04:00
..
aggs-matrix-stats Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
analysis-common Add name() method to TokenizerFactory (#43909) 2019-07-04 11:28:55 +01:00
ingest-common Read the default pipeline for bulk upsert through an alias (#41963) (#42802) 2019-07-02 20:44:33 -05:00
ingest-geoip Remove -Xlint exclusions in the ingest-geoip module. (#40629) 2019-04-01 16:21:07 +02:00
ingest-user-agent convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00
lang-expression Allow aggregations using expressions to use _score (#42652) 2019-05-29 13:28:33 -07:00
lang-mustache Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
lang-painless Add timezone documentation for Painless datetimes (#43768) 2019-07-01 21:31:13 -07:00
mapper-extras Move dense_vector and sparse_vector to module (#43280) (#43333) 2019-06-18 11:56:04 -04:00
parent-join Remove generic on AggregatorFactory (#43664) (#44079) 2019-07-10 13:20:28 -04:00
percolator Refactor index engines to manage readers instead of searchers (#43860) 2019-07-04 22:49:43 +02:00
rank-eval Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07:00
reindex Reindex ScrollableHitSource pump data out (#43864) 2019-07-09 11:50:09 +02:00
repository-url Recursive Delete on BlobContainer (#43281) (#43920) 2019-07-03 17:14:57 +02:00
transport-netty4 Rename autoMinMasterNodes to autoManageMasterNodes (#42789) 2019-06-03 12:12:07 +01:00
build.gradle convert modules to use testclusters (#40804) 2019-04-04 11:45:40 +03:00