]
Adrian Nistor updated ISPN-6728:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Add ability to override BooleanQuery.maxClauseCount
----------------------------------------------------
Key: ISPN-6728
URL:
https://issues.jboss.org/browse/ISPN-6728
Project: Infinispan
Issue Type: Enhancement
Components: Remote Querying, Server
Reporter: Van Halbert
Assignee: Adrian Nistor
Priority: Minor
Fix For: 10.0.0.Alpha1, 9.4.2.Final
We are using the Hotrod client, and need the ability to specify or override the
maxClauseCount setting, otherwise, we get the following error message:
- org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
setting
This will occur when there are more than 1024 "IN" conditions specified on the
query builder.