# What does index.store.fs do?

**URL:** https://discuss.elastic.co/t/what-does-index-store-fs-do/11471
**Category:** Elasticsearch
**Created:** [April 6, 2013, 7:37am UTC](https://discuss.elastic.co/t/what-does-index-store-fs-do/11471 "2013-04-06T07:37:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![concept47](https://avatars.discourse-cdn.com/v4/letter/c/f6c823/32.png) [@concept47](https://discuss.elastic.co/u/concept47)
#### Post date: [April 6, 2013, 7:37am UTC](https://discuss.elastic.co/t/what-does-index-store-fs-do/11471/1 "2013-04-06T07:37:31Z")

</div>

I was under the impression that to use the mmapfs store that all I needed  
to do was set index.store.type to mmapfs  
, but I was reading this article  
[http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html](http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html)and  
saw that the author did this

index:  
store:  
type: mmapfs  
fs:  
mmapfs:  
enabled: true

so he basically did what I did then set  
index.store.fs.mmapfs to true

My question is what does this do?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![simonw\_2](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/simonw_2/32/1130_2.png) [@simonw\_2](https://discuss.elastic.co/u/simonw_2)
#### Post date: [April 6, 2013, 6:40pm UTC](https://discuss.elastic.co/t/what-does-index-store-fs-do/11471/2 "2013-04-06T18:40:58Z")

</div>

setting

index.store.type: mmapfs

is enough to use MMap directory.  
I don't know what the yaml below does aside of setting mmapfs

simon  
On Saturday, April 6, 2013 9:37:31 AM UTC+2, concept47 wrote:

> I was under the impression that to use the mmapfs store that all I needed  
> to do was set index.store.type to mmapfs  
> , but I was reading this article  
> [http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html](http://jprante.github.io/applications/2012/07/26/Mmap-with-Lucene.html)and  
> saw that the author did this
> 
> index:  
> store:  
> type: mmapfs  
> fs:  
> mmapfs:  
> enabled: true
> 
> so he basically did what I did then set  
> index.store.fs.mmapfs to true
> 
> My question is what does this do?

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
For more options, visit [https://groups.google.com/groups/opt\_out](https://groups.google.com/groups/opt_out).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 2:42am UTC](https://discuss.elastic.co/t/what-does-index-store-fs-do/11471/3 "2017-07-06T02:42:28Z")

</div>


