quickwit-oss/quickwit
GitHub で見るFix the way scores are combined in the elasticsearch API
Open
#5,110 opened on 2024年6月12日
buggood first issue
Repository metrics
- Stars
- (11,300 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.