iverase commented on a change in pull request #72:
URL: https://github.com/apache/lucene/pull/72#discussion_r614076033
##########
File path:
lucene/core/src/java/org/apache/lucene/codecs/lucene90/compressing/Lucene90CompressingTermVectorsWriter.java
##########
@@ -223,6 +224,7 @@ void addPosition(int position, int startOffset, int length,
int payloadLength) {
private final ByteBuffersDataOutput payloadBytes; // buffered term payloads
private final BlockPackedWriter writer;
private final int maxDocsPerChunk; // hard limit on number of docs per chunk
+ private final ByteBuffersDataOutput scratchBuffer =
ByteBuffersDataOutput.newResettableInstance();
Review comment:
done
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]