quickwit-oss/quickwit
在 GitHub 查看Fix the way scores are combined in the elasticsearch API
Open
#5,110 创建于 2024年6月12日
buggood first issue
仓库指标
- Star
- (11,300 star)
- PR 合并指标
- (PR 指标待抓取)
描述
In the multimatch query, best_field, phrase, phrase_prefix, bool_prefix are supposed to max out of the score of the different fields. Right now quickwit combines their results.