org.apache.lucene.util
Class LineFileDocs
java.lang.Object
   org.apache.lucene.util.LineFileDocs
org.apache.lucene.util.LineFileDocs
- All Implemented Interfaces: 
- Closeable
- public class LineFileDocs 
- extends Object- implements Closeable
Minimal port of benchmark's LneDocSource +
 DocMaker, so tests can enum docs from a line file created
 by 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,
                    boolean useDocValues)
             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
LineFileDocs
public LineFileDocs(Random random,
                    boolean useDocValues)
             throws IOException
- Throws:
- IOException
close
public void close()
           throws IOException
- 
- Specified by:
- closein 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
 
          Copyright © 2000-2013 Apache Software Foundation.  All Rights Reserved.