【发布时间】:2017-03-21 08:42:05
【问题描述】:
在cts:uris 函数中,我将"score-random" 添加到查询选项中,但它返回相同的结果。
这是我的示例查询
cts:uris("",("score-random"), cts:collection-query('my-collection')) [1 to 10]
与返回随机结果的 cts:search 相比
cts:search(collection("my-collection"), cts:and-query(()), ("score-random"))[1 to 10] ! document-uri(.)
【问题讨论】: