This commit is contained in:
Honza Kral 2013-07-10 14:16:04 +02:00
parent feb43df479
commit 81130c5a06
1 changed files with 3 additions and 3 deletions

View File

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