quickwit-oss/quickwit

Add a parameter to limit the size of a query string

Open

#3.546 geöffnet am 12. Juni 2023

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (553 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (11.300 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide