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 voidSortedInputIterator.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 voidWFSTCompletionLookup.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.ByteSequencesWriterOfflineSorter.getWriter(IndexOutput out, long itemCount) Subclasses can override to change how byte sequences are written to disk.