POST /a/_search?routing=2217137835097
{
"query": {
"bool": {
"must": [
{
"term": {
"shop_id": "2296939"
}
},
{
"term": {
"store_id": "taobao"
}
}
]
}
}
}
PUT /a/_mapping
{
"properties": {
"status": {
"type": "keyword"
}
}
}