Query all
    curl -XGET http://ip:9200/indexname/typename/_search
Query type mapping
    curl -XGET http://ip:9200/indexname/typename/_mapping
Query by id
    curl -XGET http://ip:9200/indexname/typename/{_id}
⤧  Next post elasticsearch multi match query(多字段查询) ⤧  Previous post elasticsearch match query(匹配查询)