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,537 顆星)
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.

貢獻者指南