Searched refs:FS_DIRECTORIES (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.java924 fsdirClass = FS_DIRECTORIES[random.nextInt(FS_DIRECTORIES.length)];
937 fsdirClass = FS_DIRECTORIES[random.nextInt(FS_DIRECTORIES.length)];
1067 private static final String FS_DIRECTORIES[] = { field in class:LuceneTestCase
1075 FS_DIRECTORIES[0], FS_DIRECTORIES[1], FS_DIRECTORIES[2]
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java1102 fsdirClass = FS_DIRECTORIES[random.nextInt(FS_DIRECTORIES.length)];
1111 fsdirClass = FS_DIRECTORIES[random.nextInt(FS_DIRECTORIES.length)];
1246 private static final String FS_DIRECTORIES[] = { field in class:LuceneTestCase
1254 FS_DIRECTORIES[0], FS_DIRECTORIES[1], FS_DIRECTORIES[2]

Completed in 18 milliseconds