IDs are stings in json returned by ES, respect that

This commit is contained in:
Honza Kral 2013-07-10 14:10:53 +02:00
parent f268a9246c
commit feb43df479

View File

@ -36,9 +36,9 @@
parent: 5
fields: [_parent, _routing]
- match: { _id: 1}
- match: { fields._parent: 5}
- match: { fields._routing: 5}
- match: { _id: "1"}
- match: { fields._parent: "5"}
- match: { fields._routing: "5"}
- do:
catch: missing