[
https://issues.apache.org/jira/browse/LUCENE-8839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16858720#comment-16858720
]
Atri Sharma commented on LUCENE-8839:
-------------------------------------
[~jpountz] LUCENE-8811 focuses speifically on adding checks for max clauses
count in IndexSearcher and allowing it to be used across various query types.
However, it intentionally does not make the max clause count a per searcher
value i.e. 8811 uses the static clauses limit for the new checks. This Jira
aims to add per searcher limits i.e. two concurrent IndexSearchers can have
different max clauses count limits. The limit can be specified during instance
construction
> Add IndexSearcher Level Query Max Clause Count Limits
> -----------------------------------------------------
>
> Key: LUCENE-8839
> URL: https://issues.apache.org/jira/browse/LUCENE-8839
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Atri Sharma
> Priority: Major
>
> This should allow much better fine-grained control, such as restricting
> complexity of queries on specific indices or users
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]