elasticsearch 基础 es 基础查询语法查询语法term : 查询对于查找单个值非常有用 es 基础查询语法 查询语法 term : 查询对于查找单个值非常有用 GET test-demo/_search { "query": { "match_all": {} } }