Package | Description |
---|---|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Method and Description |
---|---|
protected OfflineSorter.ByteSequencesReader |
OfflineSorter.getReader(ChecksumIndexInput in,
java.lang.String name)
Subclasses can override to change how byte sequences are read from disk.
|
Modifier and Type | Method and Description |
---|---|
(package private) OfflineSorter.Partition |
OfflineSorter.readPartition(OfflineSorter.ByteSequencesReader reader)
Read in a single partition of data, setting isExhausted[0] to true if there are no more items.
|
private void |
OfflineSorter.verifyChecksum(java.lang.Throwable priorException,
OfflineSorter.ByteSequencesReader reader)
Called on exception, to check whether the checksum is also corrupt in this source, and add that
information (checksum matched or didn't) as a suppressed exception.
|