Searched defs:fsdir (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/test/org/apache/lucene/index/
H A DTestCompoundFile.java299 private void demo_FSIndexInputBug(Directory fsdir, String file) argument
303 IndexOutput os = fsdir.createOutput(file);
309 IndexInput in = fsdir.openInput(file);
/lucene-3.6.0/lucene/backwards/src/test/org/apache/lucene/index/
H A DTestCompoundFile.java299 private void demo_FSIndexInputBug(Directory fsdir, String file) argument
303 IndexOutput os = fsdir.createOutput(file);
309 IndexInput in = fsdir.openInput(file);

Completed in 38 milliseconds