OpenSearch/modules
Jim Ferenczi cdf55cb5c5 Refactor index engines to manage readers instead of searchers (#43860)
This commit changes the way we manage refreshes in the index engines.
Instead of relying on a SearcherManager, this change uses a ReaderManager that
creates ElasticsearchDirectoryReader when needed. Searchers are now created on-demand
(when acquireSearcher is called) from the current ElasticsearchDirectoryReader.
It also slightly changes the Engine.Searcher to extend IndexSearcher in order
to simplify the usage in the consumer.
2019-07-04 22:49:43 +02:00
..
aggs-matrix-stats Backport: Refactor aggregation base classes to remove doEquals() and doHashCode() (#43363) 2019-06-19 22:31:06 +03: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 Backport: Refactor aggregation base classes to remove doEquals() and doHashCode() (#43363) 2019-06-19 22:31:06 +03: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 Rename Action to ActionType (#43778) 2019-06-30 22:00:17 -07: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