quickwit-oss/quickwit

Add a parameter to limit the size of a query string

Aperta

#3546 aperta il 12 giu 2023

 (2 commenti) (0 reazioni) (1 assegnatario)Rust (581 fork)github user discovery
enhancementgood first issuehelp wanted

Metriche repository

Star
 (11.535 stelle)
Metriche merge PR
 (Merge medio 5g 18h) (41 PR mergiate in 30 g)

Descrizione

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.

Guida contributor