donnerpeter commented on a change in pull request #3:
URL: https://github.com/apache/lucene/pull/3#discussion_r591534034



##########
File path: 
lucene/analysis/common/src/java/org/apache/lucene/analysis/hunspell/WordStorage.java
##########
@@ -63,17 +75,14 @@
    *   <li>VINT: a delta pointer to the entry for the same word without the 
last character.
    *       Precisely, it's the difference of this entry's start and the 
prefix's entry start. 0 for
    *       single-character entries
-   *   <li>Optional, for non-leaf entries only:
+   *   <li>(Optional, for hash-colliding entries only)

Review comment:
       I've moved collision info before the `forms` data to avoid skipping over 
vInts on mismatches




----------------------------------------------------------------
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.

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