Remove redundant symbol in msearch tests (#61353)

This commit is contained in:
Boice Huang 2020-09-01 16:53:57 +08:00 committed by Christoph Büscher
parent d5f1223343
commit 8fdd3d158b
1 changed files with 4 additions and 4 deletions

View File

@ -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" :{}}}