Failure with sorts and new co.elastic.clients:elasticsearch-java client

Hi @swallez here are:

  • the request body:
{
  "from": 0,
  "query": {
    "exists": {
      "field": "id"
    }
  },
  "size": 25,
  "sort": [
    {
      "userOwner": {
        "order": "desc"
      }
    }
  ]
}

I'd bet that problems are coming from

        "sort": [
          null
        ]

in the response body.