Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
Packages that use ByteBuffersDataOutput
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.7 file format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Pluggable term index / block terms dictionary implementations.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing format.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Pluggable term index / block terms dictionary implementations.
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
Misc index tools and index support.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Binary i/o API, used for all index data.
Block KD-tree, implementing the generic spatial data structure described in this paper.
Finite state transducers
-
Uses of ByteBuffersDataOutput in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate voidLucene70DocValuesConsumer.writeBlock(long[] values, int length, long gcd, ByteBuffersDataOutput buffer) -
Uses of ByteBuffersDataOutput in org.apache.lucene.backward_codecs.lucene80
Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate voidLucene80DocValuesConsumer.writeBlock(long[] values, int length, long gcd, ByteBuffersDataOutput buffer) -
Uses of ByteBuffersDataOutput in org.apache.lucene.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as ByteBuffersDataOutputModifier and TypeFieldDescription(package private) final ByteBuffersDataOutputLZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor.compressed -
Uses of ByteBuffersDataOutput in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputLucene90SkipWriter.freqNormOut -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate ByteBuffersDataOutput[]MultiLevelSkipListWriter.skipBufferfor every skip level a different buffer is used -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate ByteBuffersDataOutputFixedGapTermsIndexWriter.SimpleFieldWriter.addressBufferprivate final ByteBuffersDataOutputBlockTermsWriter.TermsWriter.bytesWriterprivate ByteBuffersDataOutputFixedGapTermsIndexWriter.SimpleFieldWriter.offsetsBuffer -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter.metaWriterprivate final ByteBuffersDataOutputOrdsBlockTreeTermsWriter.scratchBytesprivate final ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter.statsWriterprivate final ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter.suffixWriterMethods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionvoidOrdsBlockTreeTermsWriter.PendingBlock.compileIndex(List<OrdsBlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as ByteBuffersDataOutputModifier and TypeFieldDescription(package private) final ByteBuffersDataOutputLZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor.compressedMethods in org.apache.lucene.codecs.lucene90 with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate voidLucene90DocValuesConsumer.writeBlock(long[] values, int length, long gcd, ByteBuffersDataOutput buffer) -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter.metaWriterprivate final ByteBuffersDataOutputLucene90BlockTreeTermsWriter.scratchBytesprivate final ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter.spareWriterprivate final ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter.statsWriterprivate final ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter.suffixLengthsWriterFields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final List<ByteBuffersDataOutput> Lucene90BlockTreeTermsWriter.fieldsMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionvoidLucene90BlockTreeTermsWriter.PendingBlock.compileIndex(List<Lucene90BlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputLucene90CompressingStoredFieldsWriter.bufferedDocsprivate final ByteBuffersDataOutputLucene90CompressingTermVectorsWriter.payloadBytesprivate final ByteBuffersDataOutputLucene90CompressingTermVectorsWriter.scratchBufferprivate final ByteBuffersDataOutputLucene90CompressingTermVectorsWriter.termSuffixes -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputLucene99SkipWriter.freqNormOut -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputFSTTermsWriter.TermsWriter.metaWriter -
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprotected final ByteBuffersDataOutputBlockWriter.blockLinesWriteBufferprotected final ByteBuffersDataOutputBlockWriter.blockWriteBufferprotected final ByteBuffersDataOutputBlockWriter.termStatesWriteBufferMethods in org.apache.lucene.codecs.uniformsplit with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprotected voidUniformSplitTermsWriter.writeEncodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput) protected voidUniformSplitTermsWriter.writeFieldsMetadata(int fieldsNumber, ByteBuffersDataOutput fieldsOutput) protected voidUniformSplitTermsWriter.writeUnencodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput) -
Uses of ByteBuffersDataOutput in org.apache.lucene.document
Fields in org.apache.lucene.document declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputShapeDocValues.Writer.output -
Uses of ByteBuffersDataOutput in org.apache.lucene.index
Fields in org.apache.lucene.index declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputFreqProxTermsWriter.SortingPostingsEnum.bufferprivate ByteBuffersDataOutputPrefixCodedTerms.Builder.output -
Uses of ByteBuffersDataOutput in org.apache.lucene.misc.index
Fields in org.apache.lucene.misc.index declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputBPIndexReorderer.ForwardIndexSorter.Bucket.fps -
Uses of ByteBuffersDataOutput in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputVersionBlockTreeTermsWriter.TermsWriter.metaWriterprivate final ByteBuffersDataOutputVersionBlockTreeTermsWriter.scratchBytesprivate final ByteBuffersDataOutputVersionBlockTreeTermsWriter.TermsWriter.suffixWriterMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionvoidVersionBlockTreeTermsWriter.PendingBlock.compileIndex(List<VersionBlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef) -
Uses of ByteBuffersDataOutput in org.apache.lucene.store
Fields in org.apache.lucene.store declared as ByteBuffersDataOutputFields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final Supplier<ByteBuffersDataOutput> ByteBuffersDirectory.bbOutputSupplierA supplier ofByteBuffersDataOutputinstances used to buffer up the content of written files.private final Consumer<ByteBuffersDataOutput> ByteBuffersIndexOutput.onClosestatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAYstatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERSstatic final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS_LUCENEDeprecated.static final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFERprivate final BiFunction<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.outputToInputConversion between a buffered index output and the corresponding index input for a given file.Methods in org.apache.lucene.store that return ByteBuffersDataOutputModifier and TypeMethodDescriptionstatic ByteBuffersDataOutputByteBuffersDataOutput.newResettableInstance()Method parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutputModifier and TypeMethodDescription(package private) final IndexOutputByteBuffersDirectory.FileEntry.createOutput(BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) Constructors in org.apache.lucene.store with parameters of type ByteBuffersDataOutputModifierConstructorDescriptionByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name) ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name, Checksum checksum, Consumer<ByteBuffersDataOutput> onClose) Constructor parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutputModifierConstructorDescriptionByteBuffersDirectory(LockFactory factory, Supplier<ByteBuffersDataOutput> bbOutputSupplier, BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) ByteBuffersDirectory(LockFactory factory, Supplier<ByteBuffersDataOutput> bbOutputSupplier, BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) ByteBuffersIndexOutput(ByteBuffersDataOutput delegate, String resourceDescription, String name, Checksum checksum, Consumer<ByteBuffersDataOutput> onClose) -
Uses of ByteBuffersDataOutput in org.apache.lucene.util.bkd
Methods in org.apache.lucene.util.bkd with parameters of type ByteBuffersDataOutputModifier and TypeMethodDescriptionprivate intBKDWriter.appendBlock(ByteBuffersDataOutput writeBuffer, List<byte[]> blocks) Appends the current contents of writeBuffer as another block on the growing in-memory fileprivate intBKDWriter.recursePackIndex(ByteBuffersDataOutput writeBuffer, BKDWriter.BKDTreeLeafNodes leafNodes, long minBlockFP, 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 -
Uses of ByteBuffersDataOutput in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as ByteBuffersDataOutputModifier and TypeFieldDescriptionprivate final ByteBuffersDataOutputReadWriteDataOutput.dataOutput
ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERSinstead.