Searched refs:tvSettings (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DLuceneTestCase.java1027 static final TermVector tvSettings[] = { field in class:LuceneTestCase
1034 case NO: return tvSettings[_TestUtil.nextInt(random, 0, tvSettings.length-1)];
1035 case YES: return tvSettings[_TestUtil.nextInt(random, 1, tvSettings.length-1)];
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java1206 static final TermVector tvSettings[] = { field in class:LuceneTestCase
1213 case NO: return tvSettings[_TestUtil.nextInt(random, 0, tvSettings.length-1)];
1214 case YES: return tvSettings[_TestUtil.nextInt(random, 1, tvSettings.length-1)];

Completed in 46 milliseconds