Add indices.requests.cache.clean_interval as a known settings
This commit is contained in:
parent
1acf889bf3
commit
41b09c5fe8
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue