|
1 |
| -{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}} |
| 1 | +{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"} |
2 | 2 | {"query" : {"match_all" :{}}}
|
3 | 3 | {"index" : "test", "type" : "type1", "expand_wildcards" : ["open", "closed"]}
|
4 | 4 | {"query" : {"match_all" :{}}}
|
5 |
| -{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}} |
| 5 | +{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]} |
6 | 6 | {"query" : {"match_all" :{}}}
|
7 |
| -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}} |
| 7 | +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]} |
8 | 8 | {"query" : {"match_all" :{}}}
|
9 |
| -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}} |
| 9 | +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]} |
10 | 10 | {"query" : {"match_all" :{}}}
|
11 | 11 | {}
|
12 | 12 | {"query" : {"match_all" :{}}}
|
|
0 commit comments