OpenSearch/buildSrc
Simon Willnauer d538dd64c2 Refactor IndicesRequestCache to make it testable.
This commit moves IndicesRequestCache into o.e.indics and makes all API in this
class package private. All references to SearchReqeust, SearchContext etc. have been factored
out and relevant glue code has been added to IndicesService. The IndicesRequestCache is not a
simple class without any hard dependencies on ThreadPool nor SearchService or IndexShard. This now
allows to add unittests.
This commit also removes two settings `indices.requests.cache.clean_interval` and `indices.fielddata.cache.clean_interval`
in favor of `indices.cache.clean_interval` which cleans both caches.
2016-02-11 16:51:44 +01:00
..
src/main Refactor IndicesRequestCache to make it testable. 2016-02-11 16:51:44 +01:00
build.gradle Also use separte buildSrc build dir for intellij 2016-02-04 15:58:05 -08:00
version.properties Upgrade to lucene 5.5.0-snapshot-1725675 2016-02-02 22:53:39 -05:00