mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
19 lines
290 B
YAML
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
|