diff --git a/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json b/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json index eefec530e1f..4749745cf0c 100644 --- a/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json +++ b/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json @@ -1,12 +1,12 @@ -{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}} +{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"} {"query" : {"match_all" :{}}} {"index" : "test", "type" : "type1", "expand_wildcards" : ["open", "closed"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}} +{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}} +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}} +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]} {"query" : {"match_all" :{}}} {} {"query" : {"match_all" :{}}}