ElastiSearch--批量操做

mget,多条获取,批量查询多条数据,可减小网络开销次数。 批量查询id为1和2的数据web GET /_mget { "docs":[ { "_index":"test_index", "_type":"test_type", "_id":1 }, { "_index":"test_index", "_typ
相关文章
相关标签/搜索