quickwit-oss/quickwit

Fix the way scores are combined in the elasticsearch API

Open

#5 110 ouverte le 12 juin 2024

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Rust (553 forks)github user discovery
buggood first issue

Métriques du dépôt

Stars
 (11 300 stars)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur