donnerpeter commented on code in PR #12464:
URL: https://github.com/apache/lucene/pull/12464#discussion_r1276455206


##########
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java:
##########
@@ -390,7 +391,7 @@ private int flushGroup() throws IOException {
 
       if (++chainLengths[hash] > 20) {
         throw new RuntimeException(
-            "Too many collisions, please report this to 
d...@lucene.apache.org");

Review Comment:
   Something like this? `Too many collisions. Try a larger 
Dictionary#hashFactor. If this doesn't help, please report this to 
d...@lucene.apache.org`?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to