org.apache.solr.core
Class StandardIndexReaderFactory
java.lang.Object
org.apache.solr.core.IndexReaderFactory
org.apache.solr.core.StandardIndexReaderFactory
- All Implemented Interfaces:
- NamedListInitializedPlugin
public class StandardIndexReaderFactory
- extends IndexReaderFactory
Default IndexReaderFactory implementation. Returns a standard Lucene
IndexReader.
- See Also:
IndexReader.open(Directory)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandardIndexReaderFactory
public StandardIndexReaderFactory()
newReader
public IndexReader newReader(Directory indexDir,
boolean readOnly)
throws IOException
- Description copied from class:
IndexReaderFactory
- Creates a new IndexReader instance using the given Directory.
- Specified by:
newReader
in class IndexReaderFactory
- Parameters:
indexDir
- indexDir index locationreadOnly
- return readOnly IndexReader
- Returns:
- An IndexReader instance
- Throws:
IOException