📣 极限科技诚招搜索运维工程师(Elasticsearch/Easysearch)- 全职/北京 👉 : 立即申请加入

配置项作用 #

index.requests.cache.enable 配置项控制索引级别请求缓存的启用状态。

默认值 #

true

配置类型 #

索引级配置

配置格式 #

# 默认配置:启用
index.requests.cache.enable: true

# 禁用请求缓存
index.requests.cache.enable: false