mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
unicode in index name, dot in type name
This commit is contained in:
parent
3166c17186
commit
11712e4de7
@ -3,25 +3,25 @@
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
type: test
|
||||
index: weird-index-中文
|
||||
type: weird.type
|
||||
id: 1
|
||||
body: { foo: bar }
|
||||
|
||||
- is_true: ok
|
||||
- match: { _index: test_1 }
|
||||
- match: { _type: test }
|
||||
- match: { _index: weird-index-中文 }
|
||||
- match: { _type: weird.type }
|
||||
- match: { _id: "1"}
|
||||
- match: { _version: 1}
|
||||
|
||||
- do:
|
||||
get:
|
||||
index: test_1
|
||||
type: test
|
||||
index: weird-index-中文
|
||||
type: weird.type
|
||||
id: 1
|
||||
|
||||
- match: { _index: test_1 }
|
||||
- match: { _type: test }
|
||||
- match: { _index: weird-index-中文 }
|
||||
- match: { _type: weird.type }
|
||||
- match: { _id: "1"}
|
||||
- match: { _version: 1}
|
||||
- match: { _source: { foo: bar }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user