常用查询 - ES.md 376 Bytes

GET /search_products/search { "query": { "term": { "tenantid": "2" } } }

curl -u 'essa:4hOaLaf41y2VuI8y' -X GET 'http://localhost:9200/search_products/_search?pretty' -H 'Content-Type: application/json' -d '{ "size": 5, "query": { "bool": { "filter": [ { "term": { "tenant_id": "162" } } ] } } }'