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.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
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
CompressingStoredFieldsWriter. bufferedDocs
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)
-
Uses of GrowableByteArrayDataOutput in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as GrowableByteArrayDataOutput Modifier and Type Field Description private GrowableByteArrayDataOutput
BKDWriter. scratchOut
-