ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
>[info] 根据 server_id = 13425、799、999 && is_sales = 1 查询结果集 ``` GET item_produce_dev_v4/_search { "query": { "bool": { "must": [ { "terms": { "server_id": [ "13425", "799", "999" ] } } ], "should": [], "filter": [ { "term": { "is_sales": 1 } } ], "minimum_should_match": 0 } }, "_source": [ "_id", "server_id", "is_new", "category", "server_name", "brand", "brand_name", "model", "category_id", "shipping_city", "m_type" ], "sort": [ { "_id": { "order": "desc" } } ], "from": 0, "size": "10" } ``` >[info] 根据 server_id = 13425、799、13071&& scheme_title = 惠普 查询结果集 ``` { "index": "item_produce_dev_v4", "type": "_doc", "body": { "query": { "bool": { "must": [ { "terms": { "server_id": [ "13425", "799", "13071", "2370", "10053", "10145" ] } }, { "match": { "scheme_title": "惠普" } } ], "should": [], "filter": [ { "term": { "is_sales": 1 } } ], "minimum_should_match": 0 } }, "_source": [ "_id", "server_id", "is_new", "category", "server_name", "brand", "brand_name", "model", "category_id", "shipping_city", "m_type" ], "sort": [ { "_id": { "order": "desc" } } ] }, "from": 0, "size": "20" } ```