Searched defs:newFSDirectory (Results 1 - 3 of 3) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DCommandLineUtil.java43 public static FSDirectory newFSDirectory(String clazzName, File file) { method in class:CommandLineUtil
46 return newFSDirectory(clazz, file);
105 public static FSDirectory newFSDirectory(Class<? extends FSDirectory> clazz, File file) method in class:CommandLineUtil
/lucene-3.6.0/lucene/test-framework/src/java/org/apache/lucene/util/
H A DLuceneTestCase.java1094 public static MockDirectoryWrapper newFSDirectory(File f) throws IOException { method in class:LuceneTestCase
1095 return newFSDirectory(f, null);
1099 public static MockDirectoryWrapper newFSDirectory(File f, LockFactory lf) throws IOException { method in class:LuceneTestCase
1270 d = CommandLineUtil.newFSDirectory(clazz, file);
/lucene-3.6.0/lucene/backwards/src/test-framework/java/org/apache/lucene/util/
H A DLuceneTestCase.java916 public static MockDirectoryWrapper newFSDirectory(File f) throws IOException { method in class:LuceneTestCase
917 return newFSDirectory(f, null);
921 public static MockDirectoryWrapper newFSDirectory(File f, LockFactory lf) throws IOException { method in class:LuceneTestCase

Completed in 24 milliseconds