blob: 2db28f6634bd672081982aa6a5c957baf1b5bee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
"Client-side default type":
- do:
index:
index: test_1
type: test
id: 1
body: { "foo": "bar" }
- do:
exists:
index: test_1
type: _all
id: 1
- is_true: ''
|