gpt4 book ai didi

xpath - 如何使用xdmp :estimate() in searchable XPath expression?

转载 作者:行者123 更新时间:2023-12-03 16:01:46 24 4
gpt4 key购买 nike

始终建议使用 xdmp:estimate 而不是 fn:count。我知道如何在 cts:search 中使用它,但不确定可搜索的 XPath 表达式。例如,我试图返回执行 search:search 后返回的 search:facets 的计数,如下所示 -
xdmp:estimate($search-result/search:facet/search:facet-value)但我收到错误
XDMP-UNSEARCHABLE-- 表达式不可搜索,而使用 fn:count 效果很好。
救命!

最佳答案

xdmp:estimate() 返回匹配的片段数。您的示例是通过 xPath 表达式进行过滤。

您似乎正在寻找的可能是 fn:count()

的有效使用

当您的用例允许时,我们“通常”建议使用 xdmp:estimate()

搜索开发人员指南中 xdmp:estmatefn:count 部分的链接: https://docs.marklogic.com/guide/search-dev/count_estimate

关于xpath - 如何使用xdmp :estimate() in searchable XPath expression?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42175022/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com