ES phpCase

查询

POST /a/_search?routing=2217137835097
{
  "query": {
    "bool": {
      "must": [
        {
          "term": {
            "shop_id": "2296939"
          }
        },
        {
          "term": {
            "store_id": "taobao"
          }
        }
      ]
    }
  }
}

更新

PUT /a/_mapping
{
    "properties": {
        "status": {
        	  "type": "keyword"       
         }
    }
}