Elasticsearch同時實現and與or查詢
{ "query": { "bool": { "must": [{ "match_phrase": { "type_id": 123 } }], "should": [{ "match_phrase": { "title": "常德" } }, { "match_phrase": { "content": "常德" } }], "minimum_should_match": 1 } }, "size": 5 }
{ "query": { "bool": { "must": [{ "match_phrase": { "type_id": 123 } }], "should": [{ "match_phrase": { "title": "常德" } }, { "match_phrase": { "content": "常德" } }], "minimum_should_match": 1 } }, "size": 5 }
版權所有 ? 2025 沅來是澧
如果有程序開發、網站建設等需求的請聯系我,QQ:47419233