org.apache.lucene.util
Class LineFileDocs
java.lang.Object
org.apache.lucene.util.LineFileDocs
- All Implemented Interfaces:
- Closeable
public class LineFileDocs
- extends Object
- implements Closeable
Minimal port of contrib/benchmark's LneDocSource +
DocMaker, so tests can enum docs from a line file created
by contrib/benchmark's WriteLineDoc task
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LineFileDocs
public LineFileDocs(Random random,
String path)
throws IOException
- If forever is true, we rewind the file at EOF (repeat
the docs over and over)
- Throws:
IOException
LineFileDocs
public LineFileDocs(Random random)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Throws:
IOException
reset
public void reset(Random random)
throws IOException
- Throws:
IOException
nextDoc
public Document nextDoc()
throws IOException
- Note: Document instance is re-used per-thread
- Throws:
IOException