uschindler commented on PR #14770: URL: https://github.com/apache/lucene/pull/14770#issuecomment-3685988570
Hi, I think we should add an extra buffer of 1 entries to the has map, because the code later adds 1 extra default entries to the map, so it will be resized. https://github.com/vsop-479/lucene-fork/blob/f0be57db06f3ba821dd12815c8a55e3ea2757888/lucene/analysis/common/src/java/org/apache/lucene/analysis/custom/CustomAnalyzer.java#L596 -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
