OpenSearch/modules
Simon Willnauer b185209b63 Make IndicesWarmer a private class of IndexService
There is no need for IndicesWarmer to be a global accessible class. All it needs
access to is inside IndexService. It also doesn't need to be mutable once it's not a per node
instance. This commit move IndicesWarmer to IndexWarmer and makes the default impls like field data and
norms warming an impl detail. Also the IndexShard doesn't depend on this class anymore, instead it accepts
an Engine.Warmer as a ctor argument which delegates to the actual warmer from the index.
2016-02-05 15:24:17 +01:00
..
ingest-grok ingest: Added foreach processor. 2016-02-04 23:44:01 +01:00
lang-expression Merge branch 'master' into make_settings_strict 2016-02-03 13:21:49 +01:00
lang-groovy Add task status 2016-02-03 18:21:42 -05:00
lang-mustache Make IndicesWarmer a private class of IndexService 2016-02-05 15:24:17 +01:00
build.gradle Build: Do not publish modules 2016-02-04 13:03:03 -08:00