| 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) |