弹性搜索 2.x indices.cache.filter.size

Elasticsearch 2.x indices.cache.filter.size

Elasticsearch 2.x 有一个新的查询缓存机制。

它是否遵循旧版本的 indices.cache.filter.size 配置设置?

ES 2.0 在主内存中最多保留 256 个过滤器缓存。所以我认为它现在没有任何意义。

没有。 你可以在这里看到:https://discuss.elastic.co/t/can-indices-cache-filter-size-be-set-dynamiclly/40079

the setting indices.cache.filter.size is deprecated and you should use indices.queries.cache.size with 2.0 and above instead