Search
Search V2 MultipleSearch for compatible ES
post/es/_msearch
Response
OK
Example response
{
"_shards": {
"total": 5,
"failed": 0,
"skipped": 6,
"successful": 1
},
"hits": {
"hits": [
{
"highlight": "{}",
"@timestamp": "@timestamp",
"_index": "_index",
"_type": "_type",
"_source": "{}",
"_id": "_id",
"_score": 5.637376656633329,
"fields": "{}"
},
{
"highlight": "{}",
"@timestamp": "@timestamp",
"_index": "_index",
"_type": "_type",
"_source": "{}",
"_id": "_id",
"_score": 5.637376656633329,
"fields": "{}"
}
],
"total": {
"value": 7
},
"max_score": 2.3021358869347655
},
"took": 9,
"timed_out": true,
"error": "error",
"aggregations": {
"key": {
"buckets": "{}",
"interval": "interval",
"value": "{}"
}
}
}