Uses of Class
org.apache.lucene.util.OfflineSorter.ByteSequencesWriter
Packages that use OfflineSorter.ByteSequencesWriter
Package
Description
Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
Some utility classes.
-
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.