分类 elasticsearch 下的文章

curl -s -H "Content-Type: application/x-ndjson" -XPOST http://jiesi-777:1A8DD78DE3730A63157772E24794ED4816BE3BB7@10.194.37.171:40005/voc_pre_tag_sent_db_v3/_search?pretty -d '{"query":{"bool":{"must":[{"match":{"phrase":{"query":"退货 客服","operator":"and"}}}],"should":[{"match":{"phrase":{"query":"咨询 服务","operator":"or"}}}]}}}'>result.csv

参考
1.https://www.elastic.co/guide/cn/elasticsearch/guide/current/match-multi-word.html
2.https://www.elastic.co/guide/cn/elasticsearch/guide/current/bool-query.html