Uses of Class
org.apache.lucene.util.OfflineSorter.ByteSequencesReader
Packages that use OfflineSorter.ByteSequencesReader
Package
Description
Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
Some utility classes.
-
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as OfflineSorter.ByteSequencesReaderModifier and TypeFieldDescriptionprivate final OfflineSorter.ByteSequencesReader
SortedInputIterator.reader
Methods in org.apache.lucene.search.suggest that return OfflineSorter.ByteSequencesReader -
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as OfflineSorter.ByteSequencesReaderModifier and TypeFieldDescriptionprivate final OfflineSorter.ByteSequencesReader
ExternalRefSorter.ByteSequenceIterator.reader
Constructors in org.apache.lucene.search.suggest.fst with parameters of type OfflineSorter.ByteSequencesReaderModifierConstructorDescriptionprivate
-
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.util
Methods in org.apache.lucene.util that return OfflineSorter.ByteSequencesReaderModifier and TypeMethodDescriptionprotected OfflineSorter.ByteSequencesReader
OfflineSorter.getReader
(ChecksumIndexInput in, String name) Subclasses can override to change how byte sequences are read from disk.Methods in org.apache.lucene.util with parameters of type OfflineSorter.ByteSequencesReaderModifier and TypeMethodDescription(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
(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.