What does index.store.fs do?

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.htmland
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.
For more options, visit https://groups.google.com/groups/opt_out.

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.htmland
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.
For more options, visit https://groups.google.com/groups/opt_out.