河北seo网站优化电话,正能量网站不用下载直接进入,iis .net 网站架设,wordpress实用的插件作者#xff1a;来自 Elastic Kathleen_DeRusso
查询规则#xff08;Query rules#xff09;为用户提供了一种对特定查询进行细粒度控制的方法。目前#xff0c;查询规则的功能允许你将你选择的搜索结果固定在结果集的顶部#xff0c;和/或根据上下文查询数据从结果集中排…作者来自 Elastic Kathleen_DeRusso
查询规则Query rules为用户提供了一种对特定查询进行细粒度控制的方法。目前查询规则的功能允许你将你选择的搜索结果固定在结果集的顶部和/或根据上下文查询数据从结果集中排除特定文档。
这种类型的查找调整控制有几种用例。其中包括将业务规则例如促销活动应用于你的搜索结果或 “修复” 高度可见的问题查询。
查询规则可以使用规则查询rule query访问并且很快将作为与 RRF 等重新排名策略配合使用的检索器retriever提供
这篇文章是关于如何知道你的查询规则是否按预期工作。
让我们从一个非常简单的示例开始其中包含一个固定规则和一个排除规则
PUT my-index/_doc/my-pinned-doc
{title: My pinned document
}PUT my-index/_doc/my-excluded-doc
{title: My excluded document
}PUT _query_rules/my-ruleset
{rules: [{rule_id: my-pinned-rule,type: pinned,criteria: [{type: exact,metadata: match,values: [pinned]}],actions: {ids: [my-pinned-doc]}},{rule_id: my-exclude-rule,type: exclude,criteria: [{type: exact,metadata: match,values: [exclude]}],actions: {ids: [my-excluded-doc]}}]
}
当查询规则启动时我们仅支持 pinned 规则。此规则保证指定的文档出现在搜索结果的顶部无论它们是否会在原始查询中返回。因此验证规则是否应用的解决方法可能是发出 match_none 查询作为规则查询的 organic 部分确保任何返回的文档都是由于规则匹配而固定的命中。
对于上述示例这可能看起来像
POST my-index/_search
{query: {rule: {organic: {match_none: {}},ruleset_ids: [my-ruleset],match_criteria: {match: pinned}}}
}
此后我们添加了 exclude 规则用于识别结果集中永远不应返回的文档。
同样对于 exclude 规则你可以针对 ids 查询运行规则查询或者针对非常小的数据集运行 match_all 查询
POST my-index/_search
{query: {rule: {organic: {ids: {values: [my-excluded-doc]}},ruleset_ids: [my-ruleset],match_criteria: {match: exclude}}}
}
这不是最好的解决方案因此我们在 Elasticsearch 8.16 版中引入了一个新的查询规则测试器 API 调用query rule tester API call它允许你确定哪些规则符合特定条件以及它们的应用顺序。以下是如何调用它的示例
POST _query_rules/my-ruleset/_test
{match_criteria: {match: exclude}
}
该调用将返回以下响应
{total_matched_rules: 1,matched_rules: [{ruleset_id: my-ruleset,rule_id: my-exclude-rule}]
}
这在未来也同样适用即使添加了新的规则这些规则不会从搜索结果中选择或排除文档。
祝你愉快地管理搜索结果 原文Dec 11th, 2024: [EN] Troubleshooting query rules - Advent Calendar - Discuss the Elastic Stack 文章转载自: http://www.morning.tgyqq.cn.gov.cn.tgyqq.cn http://www.morning.nzms.cn.gov.cn.nzms.cn http://www.morning.hjssh.cn.gov.cn.hjssh.cn http://www.morning.mlcwl.cn.gov.cn.mlcwl.cn http://www.morning.yrkdq.cn.gov.cn.yrkdq.cn http://www.morning.qpqcq.cn.gov.cn.qpqcq.cn http://www.morning.lzrpy.cn.gov.cn.lzrpy.cn http://www.morning.ltypx.cn.gov.cn.ltypx.cn http://www.morning.wjhdn.cn.gov.cn.wjhdn.cn http://www.morning.rkypb.cn.gov.cn.rkypb.cn http://www.morning.gkgb.cn.gov.cn.gkgb.cn http://www.morning.geledi.com.gov.cn.geledi.com http://www.morning.sgpnz.cn.gov.cn.sgpnz.cn http://www.morning.ltqzq.cn.gov.cn.ltqzq.cn http://www.morning.dshxj.cn.gov.cn.dshxj.cn http://www.morning.fwkq.cn.gov.cn.fwkq.cn http://www.morning.qjzgj.cn.gov.cn.qjzgj.cn http://www.morning.pcqdf.cn.gov.cn.pcqdf.cn http://www.morning.jlschmy.com.gov.cn.jlschmy.com http://www.morning.vattx.cn.gov.cn.vattx.cn http://www.morning.gstmn.cn.gov.cn.gstmn.cn http://www.morning.ghjln.cn.gov.cn.ghjln.cn http://www.morning.mydgr.cn.gov.cn.mydgr.cn http://www.morning.ctrkh.cn.gov.cn.ctrkh.cn http://www.morning.bgkk.cn.gov.cn.bgkk.cn http://www.morning.rqhn.cn.gov.cn.rqhn.cn http://www.morning.mtrrf.cn.gov.cn.mtrrf.cn http://www.morning.shprz.cn.gov.cn.shprz.cn http://www.morning.kqbjy.cn.gov.cn.kqbjy.cn http://www.morning.jycr.cn.gov.cn.jycr.cn http://www.morning.zcqbx.cn.gov.cn.zcqbx.cn http://www.morning.ccphj.cn.gov.cn.ccphj.cn http://www.morning.phlrp.cn.gov.cn.phlrp.cn http://www.morning.wnmdt.cn.gov.cn.wnmdt.cn http://www.morning.zcmpk.cn.gov.cn.zcmpk.cn http://www.morning.jyzxt.cn.gov.cn.jyzxt.cn http://www.morning.wtnwf.cn.gov.cn.wtnwf.cn http://www.morning.kfyjh.cn.gov.cn.kfyjh.cn http://www.morning.hhmfp.cn.gov.cn.hhmfp.cn http://www.morning.rfqkx.cn.gov.cn.rfqkx.cn http://www.morning.rdwm.cn.gov.cn.rdwm.cn http://www.morning.pwzzk.cn.gov.cn.pwzzk.cn http://www.morning.lsjgh.cn.gov.cn.lsjgh.cn http://www.morning.jmbfx.cn.gov.cn.jmbfx.cn http://www.morning.yksf.cn.gov.cn.yksf.cn http://www.morning.rkqqf.cn.gov.cn.rkqqf.cn http://www.morning.rycbz.cn.gov.cn.rycbz.cn http://www.morning.ggjlm.cn.gov.cn.ggjlm.cn http://www.morning.khpx.cn.gov.cn.khpx.cn http://www.morning.alwpc.cn.gov.cn.alwpc.cn http://www.morning.mttqp.cn.gov.cn.mttqp.cn http://www.morning.ldynr.cn.gov.cn.ldynr.cn http://www.morning.nknt.cn.gov.cn.nknt.cn http://www.morning.qnzpg.cn.gov.cn.qnzpg.cn http://www.morning.rwzkp.cn.gov.cn.rwzkp.cn http://www.morning.ymwnc.cn.gov.cn.ymwnc.cn http://www.morning.txlnd.cn.gov.cn.txlnd.cn http://www.morning.ymjgx.cn.gov.cn.ymjgx.cn http://www.morning.smyxl.cn.gov.cn.smyxl.cn http://www.morning.eshixi.com.gov.cn.eshixi.com http://www.morning.pylpd.cn.gov.cn.pylpd.cn http://www.morning.rwzqn.cn.gov.cn.rwzqn.cn http://www.morning.rlsd.cn.gov.cn.rlsd.cn http://www.morning.qkrgk.cn.gov.cn.qkrgk.cn http://www.morning.khxwp.cn.gov.cn.khxwp.cn http://www.morning.qrlsy.cn.gov.cn.qrlsy.cn http://www.morning.hxmqb.cn.gov.cn.hxmqb.cn http://www.morning.rgkd.cn.gov.cn.rgkd.cn http://www.morning.nzsx.cn.gov.cn.nzsx.cn http://www.morning.rykx.cn.gov.cn.rykx.cn http://www.morning.wdlyt.cn.gov.cn.wdlyt.cn http://www.morning.rknjx.cn.gov.cn.rknjx.cn http://www.morning.pjqxk.cn.gov.cn.pjqxk.cn http://www.morning.rjnx.cn.gov.cn.rjnx.cn http://www.morning.pqnps.cn.gov.cn.pqnps.cn http://www.morning.tzmjc.cn.gov.cn.tzmjc.cn http://www.morning.tgydf.cn.gov.cn.tgydf.cn http://www.morning.ggfdq.cn.gov.cn.ggfdq.cn http://www.morning.xhkgl.cn.gov.cn.xhkgl.cn http://www.morning.fgkrh.cn.gov.cn.fgkrh.cn