You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run the beir/pysirini-fastapi for the BM25 search algorithm on my customized dataset, there is an error on the terminal: org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
In this case, I would like to know if there is any way to change the parameter maxClauseCount to a larger number. I would be very grateful if you could help me with this.
The text was updated successfully, but these errors were encountered:
When I run the beir/pysirini-fastapi for the BM25 search algorithm on my customized dataset, there is an error on the terminal:
org.apache.lucene.search.BooleanQuery$TooManyClauses: maxClauseCount is set to 1024
In this case, I would like to know if there is any way to change the parameter
maxClauseCount
to a larger number. I would be very grateful if you could help me with this.The text was updated successfully, but these errors were encountered: