{
	"query": "hello wolrd",
	"approxScore": 0.5,
	"rewritten": true,
	"suggestion": "hello <world",
	"suggestionSnippet": "hello &lt;world",
	"response": {
		"took": 7,
		"timed_out": false,
		"_shards": {
			"total": 5,
			"successful": 5,
			"skipped": 0,
			"failed": 0
		},
		"hits": {
			"total": 1,
			"max_score": 0.2876821,
			"hits": [
				{
					"_index": "lookup_index",
					"_type": "_doc",
					"_id": "1",
					"_score": 0.2876821,
					"fields": {
						"lookup_suggestion_field": [
							"hello <world"
						]
					}
				}
			]
		},
		"status": 200
	}
}

