gpt4 book ai didi

elasticsearch - 如何将重新评分插件应用于Elasticsearch查询

转载 作者:行者123 更新时间:2023-12-03 01:38:49 25 4
gpt4 key购买 nike

有rescore插件的实现示例
https://github.com/elastic/elasticsearch/tree/master/plugins/examples/rescore
由ES社区提供

问题是如何将其应用于查询?

最佳答案

GET test-idx/_search
{
"query": {
"match" : {
"fullName" : "some-name"
}
},
"rescore" : {
"window_size" : 2,
"example" : { //check this line
"factor":2.0
}
}
}

关于elasticsearch - 如何将重新评分插件应用于Elasticsearch查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49704856/

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