Uses of Class
org.apache.lucene.store.ByteArrayDataOutput
-
Packages that use ByteArrayDataOutput Package Description 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.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
Builder.FixedLengthArcsBuffer. bado
-