Uses of Class
org.apache.lucene.store.GrowableByteArrayDataOutput
Packages that use GrowableByteArrayDataOutput
Package
Description
StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.
Components from the Lucene 7.0 index format.
-
Uses of GrowableByteArrayDataOutput in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as GrowableByteArrayDataOutputModifier and TypeFieldDescriptionprivate final GrowableByteArrayDataOutputCompressingTermVectorsWriter.payloadBytesprivate final GrowableByteArrayDataOutputCompressingTermVectorsWriter.termSuffixes -
Uses of GrowableByteArrayDataOutput in org.apache.lucene.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 with parameters of type GrowableByteArrayDataOutputModifier and TypeMethodDescriptionprivate voidLucene70DocValuesConsumer.writeBlock(long[] values, int length, long gcd, GrowableByteArrayDataOutput buffer)