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 StandardDirectoryReader
StandardDirectoryReader.ReaderCommit. reader
Methods in org.apache.lucene.index that return StandardDirectoryReader Modifier and Type Method Description (package private) StandardDirectoryReader
IndexCommit. getReader()
Package-private API for IndexWriter to init from a commit-point pulled from an NRT or non-NRT reader.(package private) StandardDirectoryReader
StandardDirectoryReader.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, java.util.Map<java.lang.String,java.lang.String> readerAttributes)
-