quickwit-oss/quickwit

Fix the way scores are combined in the elasticsearch API

Open

#5.110 aberto em 12 de jun. de 2024

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)Rust (553 forks)github user discovery
buggood first issue

Métricas do repositório

Stars
 (11.300 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador