From 8fdd3d158ba565138f92de28f5692380031ab335 Mon Sep 17 00:00:00 2001 From: Boice Huang Date: Tue, 1 Sep 2020 16:53:57 +0800 Subject: [PATCH] Remove redundant symbol in msearch tests (#61353) --- .../org/elasticsearch/action/search/simple-msearch1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json b/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json index eefec530e1f..4749745cf0c 100644 --- a/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json +++ b/server/src/test/resources/org/elasticsearch/action/search/simple-msearch1.json @@ -1,12 +1,12 @@ -{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"}} +{"index":"test", "ignore_unavailable" : true, "expand_wildcards" : "open,closed"} {"query" : {"match_all" :{}}} {"index" : "test", "type" : "type1", "expand_wildcards" : ["open", "closed"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]}} +{"index":"test", "ignore_unavailable" : false, "expand_wildcards" : ["open"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]}} +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": true, "expand_wildcards" : ["open", "closed"]} {"query" : {"match_all" :{}}} -{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]}} +{"index":"test", "ignore_unavailable" : true, "allow_no_indices": false, "expand_wildcards" : ["closed"]} {"query" : {"match_all" :{}}} {} {"query" : {"match_all" :{}}}