juanka588 commented on a change in pull request #1282: Lucene 9236
URL: https://github.com/apache/lucene-solr/pull/1282#discussion_r383186292
 
 

 ##########
 File path: 
lucene/core/src/java/org/apache/lucene/codecs/lucene80/Lucene80BinaryConsumer.java
 ##########
 @@ -48,6 +53,16 @@ public Lucene80BinaryConsumer(SegmentWriteState state) {
     this.maxDoc = state.segmentInfo.maxDoc();
   }
 
+  @Override
+  public CompositeFieldMetadata addBinary(FieldInfo field, DocValuesProducer 
valuesProducer, IndexOutput indexOutput) throws IOException {
+    ByteBuffersDataOutput delegate = 
ByteBuffersDataOutput.newResettableInstance();
 
 Review comment:
   this can be replaced with a BinaryEntry Object

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to