{"took": 10, // 花费的时间"time_out": false,"_shards": {"total": 1,"successful": 1,"skipped: 0,"failed": 0},"hits": {"total": 4575, // 符合条件的总文档数"max_score": 1,"hits": [ // 结果集,默认前10个文档{"_index": "indexName", // 索引名"_type": "typeName","_id": "123", // 文档id"_score": 1, // 相关度评分"_source": { // 文档原始信息...}}]}}
