mocobeta commented on a change in pull request #1169: LUCENE-9004: A minor feature and patch -- support deleting vector values and fix segments merging URL: https://github.com/apache/lucene-solr/pull/1169#discussion_r368289325
########## File path: lucene/core/src/java/org/apache/lucene/search/KnnScoreWeight.java ########## @@ -18,6 +18,8 @@ package org.apache.lucene.search; import java.io.IOException; +import java.util.ArrayList; +import java.util.List; Review comment: Can you please remove those unused imports? ---------------------------------------------------------------- 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 With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org