quickwit-oss/quickwit

Fix the way scores are combined in the elasticsearch API

Open

#5,110 opened on Jun 12, 2024

 (1 comment) (0 reactions) (0 assignees)Rust (580 forks)github user discovery
buggood first issue

Repository metrics

Stars
 (11,532 stars)
PR merge metrics
 (Avg merge 5d 18h) (41 merged PRs in 30d)

Description

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.

Contributor guide