slow-J commented on code in PR #12797: URL: https://github.com/apache/lucene/pull/12797#discussion_r1401212917
########## lucene/core/src/java/org/apache/lucene/index/CheckIndex.java: ########## @@ -4191,7 +4207,8 @@ public static Options parseOptions(String[] args) { + "If no package is specified the " + FSDirectory.class.getPackage().getName() + " package will be used.\n" - + "\n" + + "CheckIndex only verifies file checksums as default.\n" + + "Use -level with value of '2' or higher if you also want to check segment file contents.\n\n" Review Comment: For level 3, besides the `cross verify postings/TVs` I see also `Checking score blocks`. -- 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