mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-06 21:18:31 +00:00
20 lines
290 B
YAML
20 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
|