zacharymorn commented on pull request #128: URL: https://github.com/apache/lucene/pull/128#issuecomment-849250243
Here's the latest console output I got from running against a local small index ``` > Task :lucene:core:CheckIndex.main() -threadCount currently only supports up to 11 threads. Value higher than that will be capped. NOTE: testing will be more thorough if you run java with '-ea:org.apache.lucene...', so assertions are enabled Opening index @ /Users/xichen/IdeaProjects/benchmarks/data/tmp/index-msmacropassages/ Checking index with async threadCount: 11 0.00% total deletions; 8841823 documents; 0 deleteions Segments file=segments_2 numSegments=1 version=9.0.0 id=arx9mawlpijzmvgvi7ehv0ret 1 of 1: name=_a maxDoc=8841823 version=9.0.0 id=arx9mawlpijzmvgvi7ehv0req codec=Lucene90 compound=false numFiles=12 size (MB)=2,658.426 diagnostics = {source=merge, java.vendor=AdoptOpenJDK, os.version=10.15.5, mergeMaxNumSegments=1, java.version=11.0.9, java.vm.version=11.0.9+11, lucene.version=9.0.0, timestamp=1622049007198, os=Mac OS X, java.runtime.version=11.0.9+11, mergeFactor=10, os.arch=x86_64} no deletions test: open reader.........OK [took 0.051 sec] test: check integrity.....OK [took 12.599 sec] test: field infos.........OK [2 fields] [took 0.000 sec] test: check live docs.....OK [took 0.000 sec] test: term vectors........OK [0 total term vector count; avg 0.0 term/freq vector fields per doc] [took 0.000 sec] test: docvalues...........OK [0 docvalues fields; 0 BINARY; 0 NUMERIC; 0 SORTED; 0 SORTED_NUMERIC; 0 SORTED_SET] [took 0.000 sec] test: points..............OK [0 fields, 0 points] [took 0.000 sec] test: vectors.............OK [0 fields, 0 vectors] [took 0.000 sec] test: field norms.........OK [1 fields] [took 0.382 sec] test: stored fields.......OK [17683646 total field count; avg 2.0 fields per doc] [took 25.261 sec] test: terms, freq, prox...OK [11795964 terms; 363490228 terms/docs pairs; 514795921 tokens] [took 82.775 sec] No problems were detected with this index. Took 95.669 sec total. ``` I'll search for the nightly benchmark index to test next. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org