quickwit-oss/quickwit

Add a parameter to limit the size of a query string

Ouverte

#3 546 ouverte le 12 juin 2023

 (2 commentaires) (0 réaction) (1 personne assignée)Rust (581 forks)github user discovery
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (11 535 étoiles)
Métriques de merge PR
 (Merge moyen 5j 18h) (41 PRs mergées en 30 j)

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.

Guide contributeur