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