iverase commented on a change in pull request #7:
URL: https://github.com/apache/lucene/pull/7#discussion_r728841807



##########
File path: lucene/core/src/java/org/apache/lucene/codecs/PointsWriter.java
##########
@@ -31,8 +31,9 @@
   /** Sole constructor. (For invocation by subclass constructors, typically 
implicit.) */
   protected PointsWriter() {}
 
-  /** Write all values contained in the provided reader */
-  public abstract void writeField(FieldInfo fieldInfo, PointsReader values) 
throws IOException;
+  /** Write all values contained in the provided point tree */
+  public abstract void writeField(FieldInfo fieldInfo, PointValues.PointTree 
values)

Review comment:
       Reverted to a `PointsReader` where we pull out the `PointTree`




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

Reply via email to