gpt4 book ai didi

随机顺序和分页 Elasticsearch

转载 作者:行者123 更新时间:2023-11-29 02:43:17 25 4
gpt4 key购买 nike

this issue是一个使用可选种子进行排序的功能请求,允许重新生成随机顺序。

我需要能够对随机排序的结果进行分页。Elasticsearch 0.19.1 如何做到这一点?

谢谢。

最佳答案

这应该比上面两个答案都快得多,并且支持播种:

curl -XGET 'localhost:9200/_search' -d '{
"query": {
"function_score" : {
"query" : { "match_all": {} },
"random_score" : {}
}
}
}';

参见:https://github.com/elasticsearch/elasticsearch/issues/1170

关于随机顺序和分页 Elasticsearch,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9796470/

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