shatejas commented on code in PR #13985:
URL: https://github.com/apache/lucene/pull/13985#discussion_r1836000686


##########
lucene/core/src/java/org/apache/lucene/codecs/lucene99/Lucene99FlatVectorsReader.java:
##########
@@ -327,4 +336,61 @@ static FieldEntry create(IndexInput input, FieldInfo info) 
throws IOException {
           info);
     }
   }
+
+  private static final class MergeLucene99FlatVectorsReader extends 
FlatVectorsReader {
+
+    private final Lucene99FlatVectorsReader delegate;
+
+    MergeLucene99FlatVectorsReader(final Lucene99FlatVectorsReader 
flatVectorsReader)

Review Comment:
   This seemed a bit more clean, Open to the approach if there is a strong 
preference



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