``` { "query": { "bool": { "must": [ { "match": { "title": "Search" }}, { "match": { "content": "Elasticsearch" }} ], "filter": [ { "term": { "status": "published" }}, { "range": { "publish_date": { "gte": "2015-01-01" }}} ] } } } ``` https://www.elastic.co/guide/en/elasticsearch/reference/current/query-filter-context.html
WeChat ID
aaronpk_tv