elasticsearch index.store.fs做什么,elasticsearch,elasticsearch" /> elasticsearch index.store.fs做什么,elasticsearch,elasticsearch" />

elasticsearch index.store.fs做什么

elasticsearch index.store.fs做什么,elasticsearch,elasticsearch,我的印象是,要使用mmapfs存储,我只需要将index.store.type设置为mmapfs,但我正在阅读这篇文章,看到作者这样做了 index: store: type: mmapfs fs: mmapfs: enabled: true 所以他基本上做了我当时做的事情 index.store.fs.mmapfs.enabled为true 我的问题是整个index.store.fs部分的功能是什么?在哪里可以找到有关它的文

我的印象是,要使用mmapfs存储,我只需要将index.store.type设置为mmapfs,但我正在阅读这篇文章,看到作者这样做了

index: 
   store: 
     type: mmapfs 
     fs: 
       mmapfs: 
         enabled: true
所以他基本上做了我当时做的事情 index.store.fs.mmapfs.enabled为true


我的问题是整个index.store.fs部分的功能是什么?在哪里可以找到有关它的文档?

您需要的唯一配置是:

index.store.type: mmapfs
我不知道该配置的其余部分是从哪里获取的-可能是从旧版本获取的

查看配置设置以确定实际支持的内容的最佳位置是代码本身:

关于mmapfs,值得一读以下博客: