Uses of Class
org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Packages that use OfflineSorter.ByteSequencesWriter
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
Some utility classes.
-
Uses of OfflineSorter.ByteSequencesWriter in org.apache.lucene.analysis.hunspell
Methods in org.apache.lucene.analysis.hunspell with parameters of type OfflineSorter.ByteSequencesWriterModifier and TypeMethodDescriptionprivate void
Dictionary.addHiddenCapitalizedWord
(StringBuilder reuse, OfflineSorter.ByteSequencesWriter writer, String word, String afterSep) private int
Dictionary.writeNormalizedWordEntry
(StringBuilder reuse, OfflineSorter.ByteSequencesWriter writer, String line) -
Uses of OfflineSorter.ByteSequencesWriter in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type OfflineSorter.ByteSequencesWriterModifier and TypeMethodDescriptionprotected void
SortedInputIterator.encode
(OfflineSorter.ByteSequencesWriter writer, ByteArrayDataOutput output, byte[] buffer, BytesRef spare, BytesRef payload, Set<BytesRef> contexts, long weight) encodes an entry (bytes+(contexts)+(payload)+weight) to the provided writer -
Uses of OfflineSorter.ByteSequencesWriter in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as OfflineSorter.ByteSequencesWriterMethods in org.apache.lucene.search.suggest.fst with parameters of type OfflineSorter.ByteSequencesWriterModifier and TypeMethodDescriptionprotected void
WFSTCompletionLookup.WFSTInputIterator.encode
(OfflineSorter.ByteSequencesWriter writer, ByteArrayDataOutput output, byte[] buffer, BytesRef spare, BytesRef payload, Set<BytesRef> contexts, long weight) -
Uses of OfflineSorter.ByteSequencesWriter in org.apache.lucene.util
Methods in org.apache.lucene.util that return OfflineSorter.ByteSequencesWriterModifier and TypeMethodDescriptionprotected OfflineSorter.ByteSequencesWriter
OfflineSorter.getWriter
(IndexOutput out, long itemCount) Subclasses can override to change how byte sequences are written to disk.