Skip to content

Commit

Permalink
Allow to set store_type for nested
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmitterdorfer committed Jun 17, 2019
1 parent 9c00dfc commit f1e4143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nested/index.json
Expand Up @@ -2,6 +2,7 @@
"settings": {
"index.number_of_shards": {{number_of_shards | default(1)}},
"index.number_of_replicas": {{number_of_replicas | default(0)}},
"index.store.type": "{{store_type | default('hybridfs')}}",
"index.requests.cache.enable": false
},
"mappings": {
Expand Down

0 comments on commit f1e4143

Please sign in to comment.