Uses of Class
org.apache.lucene.store.ByteArrayDataOutput
Packages that use ByteArrayDataOutput
Package
Description
Support for Autocomplete/Autosuggest
Finite-state based autosuggest.
Finite state transducers
-
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 ByteArrayDataOutputBuilder.FixedLengthArcsBuffer.bado