Closed
Description
When a request is sorted on fields that may have null
values, the responses's hits.hits.sort
array will contain null
values that cause a parsing failure as arrays generally don't accept null
values in the API spec.
This is related to elastic/elasticsearch-specification#1109 and will be solved once sort
is considered as an opaque JSON blob.
/cc @ilgrosso