Fix msearch rest test using typed_keys

This commit is contained in:
Christoph Büscher 2017-05-12 21:11:21 +02:00
parent b9d2ecc3ea
commit 322a4c18dc
1 changed files with 2 additions and 2 deletions

View File

@ -107,8 +107,8 @@ setup:
- {query: {match_all: {} }, size: 0, aggs: {test_sterms: {terms: {field: name}, aggs: {test_umsignificant_terms: {significant_terms: {field: surname} } } } } }
- match: { responses.0.hits.total: 5 }
- match: { responses.0.aggregations.sampler#test_sampler.doc_count : 5 }
- match: { responses.0.aggregations.sampler#test_sampler.sigsterms#test_significant_terms.doc_count : 5 }
- match: { responses.0.aggregations.mapped_sampler#test_sampler.doc_count : 5 }
- match: { responses.0.aggregations.mapped_sampler#test_sampler.sigsterms#test_significant_terms.doc_count : 5 }
- match: { responses.1.hits.total: 5 }
- match: { responses.1.aggregations.sterms#test_umterms.doc_count_error_upper_bound : 0 }
- match: { responses.2.hits.total: 5 }