Tests for templates

This commit is contained in:
Dale McDiarmid 2015-11-26 10:20:58 +00:00
parent 23c8bdb7de
commit 61fa65d161
5 changed files with 35 additions and 5 deletions

View file

@ -0,0 +1,11 @@
{
"template" : "te*",
"settings" : {
"number_of_shards" : 1
},
"mappings" : {
"type1" : {
"_source" : { "enabled" : false }
}
}
}