parent
cc4d7c6272
commit
9a4abc2620
|
@ -72,12 +72,11 @@ It can also be set on a per-index basis at index creation time:
|
|||
|
||||
[source,json]
|
||||
---------------------------------
|
||||
curl -XPUT localhost:9200/my_index
|
||||
{
|
||||
curl -XPUT localhost:9200/my_index -d '{
|
||||
"settings": {
|
||||
"index.store.type": "niofs"
|
||||
}
|
||||
}
|
||||
}';
|
||||
---------------------------------
|
||||
|
||||
The following sections lists all the different storage types supported.
|
||||
|
|
Loading…
Reference in New Issue