(new Sort('_score'))->toArray()
{
"error" : {
"root_cause" : [
{
"type" : "x_content_parse_exception",
"reason" : "[14:9] [_score] unknown field [missing]"
}
],
"type" : "x_content_parse_exception",
"reason" : "[14:9] [_score] unknown field [missing]"
},
"status" : 400
}
BUG
Description
Sort->toArray()always generate'missing'key in result.ElasticQuery/src/Options/Sort.php
Lines 62 to 68 in 04295e5
ES error
{ "error" : { "root_cause" : [ { "type" : "x_content_parse_exception", "reason" : "[14:9] [_score] unknown field [missing]" } ], "type" : "x_content_parse_exception", "reason" : "[14:9] [_score] unknown field [missing]" }, "status" : 400 }