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