Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Field and Description |
---|---|
private StandardDirectoryReader |
StandardDirectoryReader.ReaderCommit.reader |
Modifier and Type | Method and 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() |
Constructor and 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) |