Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
-
Packages that use ByteBuffersDataOutput Package Description org.apache.lucene.codecs.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.codecs.lucene80 Components from the Lucene 8.0 index format Seeorg.apache.lucene.codecs.lucene84
for an overview of the index format.org.apache.lucene.codecs.lucene84 Components from the Lucene 8.4 index format.org.apache.lucene.codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper. -
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.List<ByteBuffersDataOutput>
BlockTreeTermsWriter. fields
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
CompressingStoredFieldsWriter. bufferedDocs
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene80
Methods in org.apache.lucene.codecs.lucene80 with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private void
Lucene80DocValuesConsumer. writeBlock(long[] values, int length, long gcd, ByteBuffersDataOutput buffer)
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
Lucene84SkipWriter. freqNormOut
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene87
Fields in org.apache.lucene.codecs.lucene87 declared as ByteBuffersDataOutput Modifier and Type Field Description (package private) ByteBuffersDataOutput
LZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. compressed
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteBuffersDataOutput Modifier and Type Field Description protected ByteBuffersDataOutput
BlockWriter. blockLinesWriteBuffer
protected ByteBuffersDataOutput
BlockWriter. blockWriteBuffer
protected ByteBuffersDataOutput
BlockWriter. termStatesWriteBuffer
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type ByteBuffersDataOutput Modifier and Type Method Description protected void
UniformSplitTermsWriter. writeEncodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput)
protected void
UniformSplitTermsWriter. writeFieldsMetadata(int fieldsNumber, ByteBuffersDataOutput fieldsOutput)
protected void
UniformSplitTermsWriter. writeUnencodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput)
-
Uses of ByteBuffersDataOutput in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
FreqProxTermsWriter.SortingPostingsEnum. buffer
-
Uses of ByteBuffersDataOutput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
ByteBuffersIndexOutput. delegate
Fields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.function.Supplier<ByteBuffersDataOutput>
ByteBuffersDirectory. bbOutputSupplier
A supplier ofByteBuffersDataOutput
instances used to buffer up the content of written files.private java.util.function.Consumer<ByteBuffersDataOutput>
ByteBuffersIndexOutput. onClose
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>
ByteBuffersDirectory. OUTPUT_AS_BYTE_ARRAY
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>
ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERS
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>
ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERS_LUCENE
static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>
ByteBuffersDirectory. OUTPUT_AS_ONE_BUFFER
private java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>
ByteBuffersDirectory. outputToInput
Conversion between a buffered index output and the corresponding index input for a given file.Methods in org.apache.lucene.store that return ByteBuffersDataOutput Modifier and Type Method Description static ByteBuffersDataOutput
ByteBuffersDataOutput. newResettableInstance()
Method parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutput Modifier and Type Method Description (package private) IndexOutput
ByteBuffersDirectory.FileEntry. createOutput(java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)
Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataOutput Constructor Description ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name)
ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name, java.util.zip.Checksum checksum, java.util.function.Consumer<ByteBuffersDataOutput> onClose)
Constructor parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutput Constructor Description ByteBuffersDirectory(LockFactory factory, java.util.function.Supplier<ByteBuffersDataOutput> bbOutputSupplier, java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)
ByteBuffersDirectory(LockFactory factory, java.util.function.Supplier<ByteBuffersDataOutput> bbOutputSupplier, java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)
ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, java.lang.String resourceDescription, java.lang.String name, java.util.zip.Checksum checksum, java.util.function.Consumer<ByteBuffersDataOutput> onClose)
-
Uses of ByteBuffersDataOutput in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
BKDWriter. scratchOut
Methods in org.apache.lucene.util.bkd with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private int
BKDWriter. appendBlock(ByteBuffersDataOutput writeBuffer, java.util.List<byte[]> blocks)
Appends the current contents of writeBuffer as another block on the growing in-memory fileprivate int
BKDWriter. recursePackIndex(ByteBuffersDataOutput writeBuffer, BKDWriter.BKDTreeLeafNodes leafNodes, long minBlockFP, java.util.List<byte[]> blocks, byte[] lastSplitValues, boolean[] negativeDeltas, boolean isLeft, int leavesOffset, int numLeaves)
lastSplitValues is per-dimension split value previously seen; we use this to prefix-code the split byte[] on each inner node
-