2013-06-23 16:03:05 -04:00
|
|
|
---
|
|
|
|
"Index with ID":
|
2013-07-01 09:58:23 -04:00
|
|
|
|
2013-06-23 16:03:05 -04:00
|
|
|
- do:
|
|
|
|
index:
|
2013-09-16 14:56:48 -04:00
|
|
|
index: test-weird-index-中文
|
2013-07-14 09:43:07 -04:00
|
|
|
type: weird.type
|
2013-06-23 16:03:05 -04:00
|
|
|
id: 1
|
|
|
|
body: { foo: bar }
|
2013-07-01 09:58:23 -04:00
|
|
|
|
2013-09-16 14:56:48 -04:00
|
|
|
- match: { _index: test-weird-index-中文 }
|
2013-07-14 09:43:07 -04:00
|
|
|
- match: { _type: weird.type }
|
2013-07-11 07:52:20 -04:00
|
|
|
- match: { _id: "1"}
|
2013-06-23 16:03:05 -04:00
|
|
|
- match: { _version: 1}
|
2013-06-26 16:04:20 -04:00
|
|
|
|
2013-06-23 16:03:05 -04:00
|
|
|
- do:
|
|
|
|
get:
|
2013-09-16 14:56:48 -04:00
|
|
|
index: test-weird-index-中文
|
2013-07-14 09:43:07 -04:00
|
|
|
type: weird.type
|
2013-06-23 16:03:05 -04:00
|
|
|
id: 1
|
2013-07-01 09:58:23 -04:00
|
|
|
|
2013-09-16 14:56:48 -04:00
|
|
|
- match: { _index: test-weird-index-中文 }
|
2013-07-14 09:43:07 -04:00
|
|
|
- match: { _type: weird.type }
|
2013-07-11 07:52:20 -04:00
|
|
|
- match: { _id: "1"}
|
2013-06-23 16:03:05 -04:00
|
|
|
- match: { _version: 1}
|
|
|
|
- match: { _source: { foo: bar }}
|