bruno-roustant commented on a change in pull request #2213: URL: https://github.com/apache/lucene-solr/pull/2213#discussion_r563785114
########## File path: lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80DocValuesProducer.java ########## @@ -1144,6 +1157,7 @@ public TermsEnum termsEnum() throws IOException { } private static class TermsDict extends BaseTermsEnum { + static final int PADDING_LENGTH = 7; Review comment: Ok, in this case can we rename it LZ4_DECOMPRESSOR_PADDING and add this comment about the decompression speed? ---------------------------------------------------------------- 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