dungba88 commented on code in PR #12738: URL: https://github.com/apache/lucene/pull/12738#discussion_r1377355083
########## lucene/core/src/java/org/apache/lucene/util/fst/NodeHash.java: ########## @@ -269,36 +283,58 @@ private boolean nodesEqual(FSTCompiler.UnCompiledNode<T> node, long address) thr return false; } + record OffsetAndLength(long offset, int length) {} + /** Inner class because it needs access to hash function and FST bytes. */ - private class PagedGrowableHash { Review Comment: No, I opened the access to run the test (was trying to measure the RAM usage of the cache). Will remove it in next rev. -- 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