Package | Description |
---|---|
org.apache.lucene.search.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.fst |
Finite-state based autosuggest.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Field and Description |
---|---|
private OfflineSorter.ByteSequencesReader |
SortedInputIterator.reader |
Modifier and Type | Method and Description |
---|---|
private OfflineSorter.ByteSequencesReader |
SortedInputIterator.sort() |
Modifier and Type | Field and Description |
---|---|
private OfflineSorter.ByteSequencesReader |
ExternalRefSorter.ByteSequenceIterator.reader |
Constructor and Description |
---|
ByteSequenceIterator(OfflineSorter.ByteSequencesReader reader) |
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.
|