1.query查询语句

{
  "query" : {
    "match" : {
      "last_name" : "Smith"
    }
  }
}

 

相关文章: