DSL查询基础—关键字

1.query查询语句

{
  "query" : {
    "match" : {
      "last_name" : "Smith"
    }
  }
}
原文地址:https://www.cnblogs.com/ALittleMoreLove/p/10839277.html