elasticsearch/rest-api-spec/test/get_source/80_missing.yaml
2014-01-07 16:19:06 +01:00

19 lines
290 B
YAML

---
"Missing document with catch":
- do:
catch: missing
get_source:
index: test_1
type: test
id: 1
---
"Missing document with ignore":
- do:
get_source:
index: test_1
type: test
id: 1
ignore: 404