GET kejian/_search { "query": { "bool": { "must": [ { "term": { "typeid": { "value": "1" //此处指定typeid,将只在此分类下检索 } } }, { "match": { "title": "北师大" //关键字 } } ] } } } }
posted @ 2022-01-16 11:16 拼博之路 阅读(254) 评论(0) 收藏 举报
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。