Skip to content

Commit

Permalink
Merge pull request #126 from esmero/DiegoPino-patch-1
Browse files Browse the repository at this point in the history
ISSUE-125: Make maxClauseCount a larger number
  • Loading branch information
DiegoPino authored Jan 25, 2024
2 parents 1185bce + f146efa commit 601cfd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_storage/solrconfig/conf/solrconfig_query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
-->
<query name="queryResultWindowSize">20</query>
<query name="queryResultMaxDocsCached">200</query>
<query name="maxBooleanClauses">1024</query>
<query name="maxBooleanClauses">2048</query>

0 comments on commit 601cfd7

Please sign in to comment.