Add indices.requests.cache.clean_interval as a known settings

This commit is contained in:
Simon Willnauer 2016-01-28 14:13:32 +01:00
parent 1acf889bf3
commit 41b09c5fe8
1 changed files with 1 additions and 0 deletions

View File

@ -224,6 +224,7 @@ public final class ClusterSettings extends AbstractScopedSettings {
IndicesFieldDataCache.INDICES_FIELDDATA_CACHE_SIZE_KEY,
IndicesRequestCache.INDICES_CACHE_QUERY_SIZE,
IndicesRequestCache.INDICES_CACHE_QUERY_EXPIRE,
IndicesRequestCache.INDICES_CACHE_REQUEST_CLEAN_INTERVAL,
HunspellService.HUNSPELL_LAZY_LOAD,
HunspellService.HUNSPELL_IGNORE_CASE,
HunspellService.HUNSPELL_DICTIONARY_OPTIONS,