2013-06-27 05:34:24 -04:00
|
|
|
---
|
|
|
|
"Basic GET":
|
2013-07-01 09:58:23 -04:00
|
|
|
|
2013-06-27 05:34:24 -04:00
|
|
|
- do:
|
|
|
|
catch: missing
|
|
|
|
get:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
2013-06-28 11:02:05 -04:00
|
|
|
|
|
|
|
- do:
|
|
|
|
get:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
ignore_missing: 1
|
|
|
|
|
2013-06-27 05:34:24 -04:00
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
body: { "foo": "bar" }
|
2013-06-28 11:02:05 -04:00
|
|
|
|
2013-06-27 05:34:24 -04:00
|
|
|
- do:
|
|
|
|
get:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
2013-07-01 10:00:58 -04:00
|
|
|
|
|
|
|
- match: { _index: test_1 }
|
|
|
|
- match: { _type: test }
|
2013-07-10 20:21:56 -04:00
|
|
|
- match: { _id: "1" }
|
2013-07-01 10:00:58 -04:00
|
|
|
- match: { _source: { foo: bar } }
|
|
|
|
|
|
|
|
- do:
|
|
|
|
get:
|
|
|
|
index: test_1
|
|
|
|
id: 1
|
|
|
|
|
2013-06-27 05:34:24 -04:00
|
|
|
- match: { _index: test_1 }
|
|
|
|
- match: { _type: test }
|
2013-07-10 20:21:56 -04:00
|
|
|
- match: { _id: "1" }
|
2013-06-27 05:34:24 -04:00
|
|
|
- match: { _source: { foo: bar } }
|