quickwit-oss/quickwit
Add a parameter to limit the size of a query string
オープン
#3,546 opened on 2023/06/12
enhancementgood first issuehelp wanted
Repository metrics
- Stars
- (11,537 個のスター)
- PR merge metrics
- (平均マージ 5d 18h) (30d で 41 merged PRs)
説明
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.