mirror of https://github.com/apache/lucene.git
test verbosity
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1387670 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c481a3c59
commit
dc84d8b49f
|
@ -106,7 +106,7 @@ public class RandomIndexWriter implements Closeable {
|
|||
flushAt = _TestUtil.nextInt(r, 10, 1000);
|
||||
codec = w.getConfig().getCodec();
|
||||
if (LuceneTestCase.VERBOSE) {
|
||||
System.out.println("RIW config=" + w.getConfig());
|
||||
System.out.println("RIW dir=" + dir + " config=" + w.getConfig());
|
||||
System.out.println("codec default=" + codec.getName());
|
||||
}
|
||||
/* TODO: find some way to make this random...
|
||||
|
|
Loading…
Reference in New Issue