九、ElasticSearch——文档管理&路由详解(新建,修改,删除,查询,批量操作,重索引,refresh参数,路由详解)
一、文档管理1新建文档2查询文档(1)获取单个文档(2)获取多个文档_mget请求参数_sourcestored_fields可以用在url上也可用在请求json串中GET/_mget{"docs":[{"_index":"twitter","_type":"_doc","_id":"1"},{"_index":"twitter","_type":"_doc","_id":"2""stored_f