Uses of Class
org.apache.lucene.store.ByteArrayDataOutput
Packages that use ByteArrayDataOutput
Package
Description
A Java implementation of Hunspell stemming and
spell-checking algorithms (
Hunspell
), and a stemming
TokenFilter (HunspellStemFilter
) based on it.Components from the Lucene 8.0 index format.
Lucene 9.0 file format.
Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
Finite state transducers
-
Uses of ByteArrayDataOutput in org.apache.lucene.analysis.hunspell
Fields in org.apache.lucene.analysis.hunspell declared as ByteArrayDataOutputModifier and TypeFieldDescriptionprivate final ByteArrayDataOutput
WordStorage.Builder.dataWriter
-
Uses of ByteArrayDataOutput in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 that return ByteArrayDataOutputModifier and TypeMethodDescriptionprivate ByteArrayDataOutput
Lucene80DocValuesConsumer.maybeGrowBuffer
(ByteArrayDataOutput bufferedOutput, int termLength) Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprivate int
Lucene80DocValuesConsumer.compressAndGetTermsDictBlockLength
(ByteArrayDataOutput bufferedOutput, LZ4.FastCompressionHashTable ht) private ByteArrayDataOutput
Lucene80DocValuesConsumer.maybeGrowBuffer
(ByteArrayDataOutput bufferedOutput, int termLength) -
Uses of ByteArrayDataOutput in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 that return ByteArrayDataOutputModifier and TypeMethodDescriptionprivate ByteArrayDataOutput
Lucene90DocValuesConsumer.maybeGrowBuffer
(ByteArrayDataOutput bufferedOutput, int termLength) Methods in org.apache.lucene.codecs.lucene90 with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprivate int
Lucene90DocValuesConsumer.compressAndGetTermsDictBlockLength
(ByteArrayDataOutput bufferedOutput, int dictLength, LZ4.FastCompressionHashTable ht) private ByteArrayDataOutput
Lucene90DocValuesConsumer.maybeGrowBuffer
(ByteArrayDataOutput bufferedOutput, int termLength) -
Uses of ByteArrayDataOutput in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type ByteArrayDataOutputModifier 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 ByteArrayDataOutput in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprotected void
WFSTCompletionLookup.WFSTInputIterator.encode
(OfflineSorter.ByteSequencesWriter writer, ByteArrayDataOutput output, byte[] buffer, BytesRef spare, BytesRef payload, Set<BytesRef> contexts, long weight) -
Uses of ByteArrayDataOutput in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as ByteArrayDataOutputModifier and TypeFieldDescriptionprivate final ByteArrayDataOutput
FSTCompiler.FixedLengthArcsBuffer.bado