curl -XGET es_host:9200/ware_index/ware_type/id/_explain?pretty -d '
{
"query" : {
"bool" : {
"must" : [ {
"term" : {
"text" : "油"
}
} ],
"should" : {
"term" : {
"text" : "5L"
}
}
}
}
}'
网友评论