2013-06-27 11:34:24 +02:00
|
|
|
---
|
2013-09-09 22:27:35 +02:00
|
|
|
"Basic":
|
2013-06-28 17:02:05 +02:00
|
|
|
|
2013-06-27 11:34:24 +02:00
|
|
|
- do:
|
|
|
|
index:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
2013-07-14 15:37:55 +02:00
|
|
|
id: 中文
|
|
|
|
body: { "foo": "Hello: 中文" }
|
2013-06-28 17:02:05 +02:00
|
|
|
|
2013-06-27 11:34:24 +02:00
|
|
|
- do:
|
|
|
|
get:
|
|
|
|
index: test_1
|
|
|
|
type: test
|
2013-07-14 15:37:55 +02:00
|
|
|
id: 中文
|
2013-07-01 16:00:58 +02:00
|
|
|
|
|
|
|
- match: { _index: test_1 }
|
|
|
|
- match: { _type: test }
|
2013-07-14 15:37:55 +02:00
|
|
|
- match: { _id: 中文 }
|
|
|
|
- match: { _source: { foo: "Hello: 中文" } }
|
2013-07-01 16:00:58 +02:00
|
|
|
|
|
|
|
- do:
|
|
|
|
get:
|
|
|
|
index: test_1
|
2014-01-08 17:37:35 +01:00
|
|
|
type: _all
|
2013-07-14 15:37:55 +02:00
|
|
|
id: 中文
|
2013-07-01 16:00:58 +02:00
|
|
|
|
2013-06-27 11:34:24 +02:00
|
|
|
- match: { _index: test_1 }
|
|
|
|
- match: { _type: test }
|
2013-07-14 15:37:55 +02:00
|
|
|
- match: { _id: 中文 }
|
|
|
|
- match: { _source: { foo: "Hello: 中文" } }
|