OpenSearch/modules
Simon Willnauer fe1803c957 Remove AnalysisService and reduce it to a simple name to analyzer mapping (#20627)
Today we hold on to all possible tokenizers, tokenfilters etc. when we create
an index service on a node. This was mainly done to allow the `_analyze` API to
directly access all these primitive. We fixed this in #19827 and can now get rid of
the AnalysisService entirely and replace it with a simple map like class. This
ensures we don't create a gazillion long living objects that are entirely useless since
they are never used in most of the indices. Also those objects might consume a considerable
amount of memory since they might load stopwords or synonyms etc.

Closes #19828
2016-09-23 08:53:50 +02:00
..
aggs-matrix-stats Switch aggregation registration for push to pull 2016-08-16 09:08:36 -04:00
ingest-common introduce the JSON Processor (#20128) 2016-09-09 14:34:32 -07:00
lang-expression Upgrade to Lucene 6.2.0 2016-08-24 17:26:28 -04:00
lang-groovy Fix wrong logger usages 2016-09-21 14:45:28 +02:00
lang-mustache Add profile and explain parameters to template API 2016-09-19 17:52:13 +02:00
lang-painless Fix String concatentation bug. 2016-09-21 15:49:56 -07:00
percolator Remove AnalysisService and reduce it to a simple name to analyzer mapping (#20627) 2016-09-23 08:53:50 +02:00
reindex Add clusterUUID to RestMainAction output (#20503) 2016-09-15 16:25:17 +02:00
transport-netty3 Remove duplicate methods in ByteSizeValue (#20560) 2016-09-20 14:07:23 +02:00
transport-netty4 Remove duplicate methods in ByteSizeValue (#20560) 2016-09-20 14:07:23 +02:00
build.gradle Build: Remove old maven deploy support (#20403) 2016-09-19 15:10:41 -07:00