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.

貢獻者指南