-
I am getting an issue with pyserini: JVM exception occurred: maxClauseCount is set to 1024. How can I increase this value? |
Beta Was this translation helpful? Give feedback.
Answered by
lintool
Jan 27, 2022
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lintool
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
BooleanQuery.setMaxClauseCount
is the method that changes the value, but this isn't exposed in Pyserini. What types of queries are you submitting that bumps you up against this limit?