{
  "query": "hello wolrd",
  "approxScore": 0.5,
  "suggestion": "hello world",
  "suggestionSnippet": "hello <em>world</em>",
  "rewritten": true,
  "response": {
    "took": 45,
    "timed_out": false,
    "_shards": {
      "total": 7,
      "successful": 7,
      "failed": 0
    },
    "hits": {
      "total": {
        "value": 0,
        "relation": "eq"
      },
      "max_score": null,
      "hits": []
    },
    "suggest": {
      "suggest": [
        {
          "text": "hello wolrd",
          "offset": 0,
          "length": 11,
          "options": [
            {
              "text": "hello world",
              "highlighted": "hello world",
              "score": 0.0026376657
            }
          ]
        }
      ]
    }
  }
}
