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 GrowableByteArrayDataOutputCompressingStoredFieldsWriter. bufferedDocsprivate GrowableByteArrayDataOutputCompressingTermVectorsWriter. payloadBytesprivate GrowableByteArrayDataOutputCompressingTermVectorsWriter. 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 voidLucene70DocValuesConsumer. 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 GrowableByteArrayDataOutputBKDWriter. scratchOut
-