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 ByteArrayDataOutputWordStorage.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 ByteArrayDataOutputLucene80DocValuesConsumer.maybeGrowBuffer(ByteArrayDataOutput bufferedOutput, int termLength) Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprivate intLucene80DocValuesConsumer.compressAndGetTermsDictBlockLength(ByteArrayDataOutput bufferedOutput, LZ4.FastCompressionHashTable ht) private ByteArrayDataOutputLucene80DocValuesConsumer.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 ByteArrayDataOutputLucene90DocValuesConsumer.maybeGrowBuffer(ByteArrayDataOutput bufferedOutput, int termLength) Methods in org.apache.lucene.codecs.lucene90 with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprivate intLucene90DocValuesConsumer.compressAndGetTermsDictBlockLength(ByteArrayDataOutput bufferedOutput, int dictLength, LZ4.FastCompressionHashTable ht) private ByteArrayDataOutputLucene90DocValuesConsumer.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 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 ByteArrayDataOutput in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst with parameters of type ByteArrayDataOutputModifier and TypeMethodDescriptionprotected voidWFSTCompletionLookup.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 ByteArrayDataOutputFSTCompiler.FixedLengthArcsBuffer.bado