ElasticSearch批量(mget)查询
一、批量(mget)查询1.1 不同索引POST 'http://localhost:9200/_mget?pretty/'{ "docs": [{ "_index": "index1", "_type": "type1", "_id": "1" }, { "_index": "index2", "_type": "type2", "_id": "3" }]}1.2 相同索引