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

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/index/
H A DIndexReader.java36 /** IndexReader is an abstract class, providing an interface for accessing an
40 <p> Concrete subclasses of IndexReader are usually constructed with a call to
50 <p> An IndexReader can be opened on a directory for which an IndexWriter is
64 IndexReader using the static open methods that accept the
68 make changes with the resulting IndexReader.
72 IndexReader} instances are completely thread
76 <code>IndexReader</code> instance; use your own
79 public abstract class IndexReader implements Cloneable,Closeable { class in inherits:Cloneable,Closeable
82 * A custom listener that's invoked when the IndexReader
88 public void onClose(IndexReader reade
236 protected IndexReader() { method in class:IndexReader
[all...]

Completed in 21 milliseconds