fix #1614 add auto_expand_replicas

This commit is contained in:
Shinsuke Sugaya 2018-04-19 14:40:12 +09:00
parent 562b320c00
commit 119a3d99bd

View file

@ -1,8 +1,9 @@
{
"index": {
"refresh_interval": "1s",
"number_of_shards": 5,
"number_of_replicas": 0
"number_of_shards": 1,
"number_of_replicas": 0,
"auto_expand_replicas": "0-1"
},
"analysis" : {
"tokenizer" : {