mocobeta commented on a change in pull request #207: URL: https://github.com/apache/lucene/pull/207#discussion_r667338802
########## File path: lucene/core/src/java/org/apache/lucene/index/CheckIndex.java ########## @@ -2284,28 +2284,28 @@ static void checkImpacts(Impacts impacts, int lastTarget) { * * @lucene.experimental */ - public static Status.VectorValuesStatus testVectors( + public static Status.NnVectorsStatus testVectors( CodecReader reader, PrintStream infoStream, boolean failFast) throws IOException { if (infoStream != null) { infoStream.print(" test: vectors.............."); Review comment: Fixed in https://github.com/apache/lucene/pull/207/commits/4d301c580470a27993393ec50fef258040cfbe6c -- 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