quickwit-oss/quickwit

Add a parameter to limit the size of a query string

开放

#3,546 创建于 2023年6月12日

 (2 条评论) (0 个反应) (1 位负责人)Rust (581 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (11,535 个星标)
PR 合并指标
 (平均合并 5天 18小时) (30 天内合并 41 个 PR)

描述

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.

贡献者指南