mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 01:19:10 +00:00
36 lines
422 B
YAML
36 lines
422 B
YAML
|
---
|
||
|
"Basic":
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
|
||
|
- is_false: ''
|
||
|
|
||
|
- do:
|
||
|
index:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
body: { "foo": "bar" }
|
||
|
|
||
|
- is_true: ''
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
type: test
|
||
|
id: 1
|
||
|
|
||
|
- is_true: ''
|
||
|
|
||
|
- do:
|
||
|
exists:
|
||
|
index: test_1
|
||
|
id: 1
|
||
|
|
||
|
- is_true: ''
|
||
|
|