quickwit-oss/quickwit

Add a parameter to limit the size of a query string

Aberta

#3.546 aberto em 12 de jun. de 2023

 (2 comentários) (0 reação) (1 responsável)Rust (581 forks)github user discovery
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (11.537 estrelas)
Métricas de merge de PR
 (Mesclagem média 5d 18h) (41 fundiu PRs em 30d)

Description

We want to avoid a user making a query with a huge text: this can indeed generate a lot of requests to the object storage.

We could set it as a parameter at the index level. When updating the index config, the root searcher will get the info from the config and will be able to validate the query.

Guia do colaborador