[Type removal] _type removal from mocked responses of scroll hit tests (#3377)
Signed-off-by: Suraj Singh <surajrider@gmail.com>
This commit is contained in:
parent
fb26e179fc
commit
a76b04d014
|
@ -16,7 +16,6 @@
|
|||
"max_score": 0.0,
|
||||
"hits": [ {
|
||||
"_index": "test",
|
||||
"_type": "test",
|
||||
"_id": "10000",
|
||||
"_version": 1,
|
||||
"_score": 0.0,
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
"max_score" : null,
|
||||
"hits" : [ {
|
||||
"_index" : "test",
|
||||
"_type" : "test",
|
||||
"_id" : "AVToMiC250DjIiBO3yJ_",
|
||||
"_version" : 1,
|
||||
"_score" : null,
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"max_score" : null,
|
||||
"hits" : [ {
|
||||
"_index" : "test",
|
||||
"_type" : "test",
|
||||
"_id" : "AVToMiDL50DjIiBO3yKA",
|
||||
"_version" : 1,
|
||||
"_score" : null,
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"max_score" : null,
|
||||
"hits" : [ {
|
||||
"_index" : "test",
|
||||
"_type" : "test",
|
||||
"_id" : "AVToMiDL50DjIiBO3yKA",
|
||||
"_version" : 1,
|
||||
"_score" : null,
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
"max_score" : null,
|
||||
"hits" : [ {
|
||||
"_index" : "test",
|
||||
"_type" : "test",
|
||||
"_id" : "AVToMiDL50DjIiBO3yKA",
|
||||
"_version" : 1,
|
||||
"_score" : null,
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
"max_score" : null,
|
||||
"hits" : [ {
|
||||
"_index" : "test",
|
||||
"_type" : "test",
|
||||
"_id" : "AVToMiC250DjIiBO3yJ_",
|
||||
"_version" : 1,
|
||||
"_score" : null,
|
||||
|
|
Loading…
Reference in New Issue