Uses of Class
org.apache.lucene.index.StandardDirectoryReader
-
Packages that use StandardDirectoryReader Package Description org.apache.lucene.index Code to maintain and access indices. -
-
Uses of StandardDirectoryReader in org.apache.lucene.index
Fields in org.apache.lucene.index declared as StandardDirectoryReader Modifier and Type Field Description private StandardDirectoryReaderStandardDirectoryReader.ReaderCommit. readerMethods in org.apache.lucene.index that return StandardDirectoryReader Modifier and Type Method Description (package private) StandardDirectoryReaderIndexCommit. getReader()Package-private API for IndexWriter to init from a commit-point pulled from an NRT or non-NRT reader.(package private) StandardDirectoryReaderStandardDirectoryReader.ReaderCommit. getReader()Constructors in org.apache.lucene.index with parameters of type StandardDirectoryReader Constructor Description ReaderCommit(StandardDirectoryReader reader, SegmentInfos infos, Directory dir)ReaderPool(Directory directory, Directory originalDirectory, SegmentInfos segmentInfos, FieldInfos.FieldNumbers fieldNumbers, java.util.function.LongSupplier completedDelGenSupplier, InfoStream infoStream, java.lang.String softDeletesField, StandardDirectoryReader reader)
-