2013-06-28 23:17:23 +08:00
|
|
|
---
|
|
|
|
"Basic":
|
2013-07-01 21:58:23 +08:00
|
|
|
|
2013-06-28 23:17:23 +08:00
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
|
|
|
body: { foo: bar }
|
2013-07-01 21:58:23 +08:00
|
|
|
|
2013-09-10 04:27:35 +08:00
|
|
|
- match: { _version: 1 }
|
2013-06-28 23:17:23 +08:00
|
|
|
|
|
|
|
- do:
|
|
|
|
delete:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
|
|
|
id: 1
|
2013-07-01 21:58:23 +08:00
|
|
|
|
2013-09-10 04:27:35 +08:00
|
|
|
- match: { _version: 2 }
|