key is "index.store.type", not "index.storage.type"

This commit is contained in:
Brad Fritz 2013-09-09 13:06:09 -04:00
parent 76cc8c3549
commit f3c0e39380
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ script. When set, both override anything set using either `JAVA_OPTS` or
[source,sh]
--------------------------------------------------
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.storage.type=memory
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory
--------------------------------------------------
*************************************************************************
--

View File

@ -34,6 +34,6 @@ script. When set, both override anything set using either `JAVA_OPTS` or
[source,sh]
--------------------------------------------------
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.storage.type=memory
$ bin/elasticsearch -f -Xmx2g -Xms2g -Des.index.store.type=memory
--------------------------------------------------
*************************************************************************