标签:
curl -l -H "Content-type: application/json" -X POST -d ‘{
"query": {
"bool": {
"must": [
{
"term": {
"products.brandId": "3"
}
}
],
"must_not": [],
"should": []
}
},
"from": 0,
"size": 100,
"sort": [],
"facets": {}
}‘ http://localhost:9200/_search
标签:
原文地址:http://my.oschina.net/gaowm/blog/497728