Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
Modifier and Type | Class and Description |
---|---|
private static class |
MultiPassIndexSplitter.FakeDeleteLeafIndexReader |
private static class |
PKIndexSplitter.DocumentFilteredLeafIndexReader |
(package private) static class |
SoftDeletesDirectoryReaderWrapper.SoftDeletesFilterCodecReader |
Modifier and Type | Method and Description |
---|---|
(package private) static FilterCodecReader |
FilterCodecReader.wrapLiveDocs(CodecReader reader,
Bits liveDocs,
int numDocs)
Returns a filtered codec reader with the given live docs and numDocs.
|