quickwit-oss/quickwit

Add a parameter to limit the size of a query string

Open

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

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)Rust (553 fork)github user discovery
enhancementgood first issuehelp wanted

仓库指标

Star
 (11,300 star)
PR 合并指标
 (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.

贡献者指南