test: removed filtered query

Original commit: elastic/x-pack-elasticsearch@39ff7ecb06
This commit is contained in:
Martijn van Groningen 2015-09-10 15:06:28 +02:00
parent 23c482ee80
commit 5fe198cdd5
1 changed files with 0 additions and 7 deletions

View File

@ -24,13 +24,6 @@
"request": { "request": {
"indices": [ "test_1" ], "indices": [ "test_1" ],
"body": { "body": {
"query": {
"filtered": {
"query": {
"match_all": {}
}
}
},
"aggs": { "aggs": {
"top_foos": { "top_foos": {
"terms": { "terms": {