Uses of Class
org.apache.lucene.store.ByteBuffersDataOutput
-
Packages that use ByteBuffersDataOutput Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene87 Lucene 8.7 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene99 Lucene 9.9 file format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.misc.index Misc index tools and index support.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.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.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private void
Lucene70DocValuesConsumer. 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 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.backward_codecs.lucene87
Fields in org.apache.lucene.backward_codecs.lucene87 declared as ByteBuffersDataOutput Modifier and Type Field Description (package private) ByteBuffersDataOutput
LZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. compressed
-
Uses of ByteBuffersDataOutput in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
Lucene90SkipWriter. freqNormOut
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput[]
MultiLevelSkipListWriter. skipBuffer
for 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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
FixedGapTermsIndexWriter.SimpleFieldWriter. addressBuffer
private ByteBuffersDataOutput
BlockTermsWriter.TermsWriter. bytesWriter
private ByteBuffersDataOutput
FixedGapTermsIndexWriter.SimpleFieldWriter. offsetsBuffer
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
OrdsBlockTreeTermsWriter.TermsWriter. metaWriter
private ByteBuffersDataOutput
OrdsBlockTreeTermsWriter. scratchBytes
private ByteBuffersDataOutput
OrdsBlockTreeTermsWriter.TermsWriter. statsWriter
private ByteBuffersDataOutput
OrdsBlockTreeTermsWriter.TermsWriter. suffixWriter
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteBuffersDataOutput Modifier and Type Method Description void
OrdsBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.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 ByteBuffersDataOutput Modifier and Type Field Description (package private) ByteBuffersDataOutput
LZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. compressed
Methods in org.apache.lucene.codecs.lucene90 with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private void
Lucene90DocValuesConsumer. 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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
Lucene90BlockTreeTermsWriter.TermsWriter. metaWriter
private ByteBuffersDataOutput
Lucene90BlockTreeTermsWriter. scratchBytes
private ByteBuffersDataOutput
Lucene90BlockTreeTermsWriter.TermsWriter. spareWriter
private ByteBuffersDataOutput
Lucene90BlockTreeTermsWriter.TermsWriter. statsWriter
private ByteBuffersDataOutput
Lucene90BlockTreeTermsWriter.TermsWriter. suffixLengthsWriter
Fields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.List<ByteBuffersDataOutput>
Lucene90BlockTreeTermsWriter. fields
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteBuffersDataOutput Modifier and Type Method Description void
Lucene90BlockTreeTermsWriter.PendingBlock. compileIndex(java.util.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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
Lucene90CompressingStoredFieldsWriter. bufferedDocs
private ByteBuffersDataOutput
Lucene90CompressingTermVectorsWriter. payloadBytes
private ByteBuffersDataOutput
Lucene90CompressingTermVectorsWriter. scratchBuffer
private ByteBuffersDataOutput
Lucene90CompressingTermVectorsWriter. termSuffixes
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
Lucene99SkipWriter. freqNormOut
-
Uses of ByteBuffersDataOutput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
FSTTermsWriter.TermsWriter. metaWriter
-
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.document
Fields in org.apache.lucene.document declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
ShapeDocValues.Writer. output
-
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
private ByteBuffersDataOutput
PrefixCodedTerms.Builder. output
-
Uses of ByteBuffersDataOutput in org.apache.lucene.misc.index
Fields in org.apache.lucene.misc.index declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
BPIndexReorderer.ForwardIndexSorter.Bucket. fps
-
Uses of ByteBuffersDataOutput in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutput
VersionBlockTreeTermsWriter.TermsWriter. metaWriter
private ByteBuffersDataOutput
VersionBlockTreeTermsWriter. scratchBytes
private ByteBuffersDataOutput
VersionBlockTreeTermsWriter.TermsWriter. suffixWriter
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteBuffersDataOutput Modifier and Type Method Description void
VersionBlockTreeTermsWriter.PendingBlock. compileIndex(java.util.List<VersionBlockTreeTermsWriter.PendingBlock> blocks, ByteBuffersDataOutput scratchBytes, IntsRefBuilder scratchIntsRef)
-
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
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
-