Uses of Class
org.apache.lucene.store.GrowableByteArrayDataOutput
-
Packages that use GrowableByteArrayDataOutput Package Description org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene70 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 GrowableByteArrayDataOutput Modifier and Type Field Description private GrowableByteArrayDataOutput
CompressingTermVectorsWriter. payloadBytes
private GrowableByteArrayDataOutput
CompressingTermVectorsWriter. termSuffixes
-
Uses of GrowableByteArrayDataOutput in org.apache.lucene.codecs.lucene70
Methods in org.apache.lucene.codecs.lucene70 with parameters of type GrowableByteArrayDataOutput Modifier and Type Method Description private void
Lucene70DocValuesConsumer. writeBlock(long[] values, int length, long gcd, GrowableByteArrayDataOutput buffer)
-