Class StandardIndexReaderFactory

  • All Implemented Interfaces:
    NamedListInitializedPlugin

    public class StandardIndexReaderFactory
    extends IndexReaderFactory
    Default IndexReaderFactory implementation. Returns a standard Lucene DirectoryReader.
    See Also:
    DirectoryReader.open(Directory)