Uses of Class
org.apache.lucene.util.OfflineSorter.ByteSequencesReader
-
Packages that use OfflineSorter.ByteSequencesReader Package Description org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.fst Finite-state based autosuggest.org.apache.lucene.util Some utility classes. -
-
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as OfflineSorter.ByteSequencesReader Modifier and Type Field Description private OfflineSorter.ByteSequencesReader
SortedInputIterator. reader
Methods in org.apache.lucene.search.suggest that return OfflineSorter.ByteSequencesReader Modifier and Type Method Description private OfflineSorter.ByteSequencesReader
SortedInputIterator. sort()
-
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as OfflineSorter.ByteSequencesReader Modifier and Type Field Description private OfflineSorter.ByteSequencesReader
ExternalRefSorter.ByteSequenceIterator. reader
Constructors in org.apache.lucene.search.suggest.fst with parameters of type OfflineSorter.ByteSequencesReader Constructor Description ByteSequenceIterator(OfflineSorter.ByteSequencesReader reader)
-
Uses of OfflineSorter.ByteSequencesReader in org.apache.lucene.util
Methods in org.apache.lucene.util that return OfflineSorter.ByteSequencesReader Modifier and Type Method Description protected OfflineSorter.ByteSequencesReader
OfflineSorter. getReader(ChecksumIndexInput in, java.lang.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.ByteSequencesReader Modifier and Type Method 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.
-