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.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.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.index Code to maintain and access indices.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 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 ByteBuffersDataOutput Modifier and Type Method Description private 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 ByteBuffersDataOutput Modifier and Type Field Description (package private) ByteBuffersDataOutputLZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. compressed -
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. 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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutputFixedGapTermsIndexWriter.SimpleFieldWriter. addressBufferprivate ByteBuffersDataOutputBlockTermsWriter.TermsWriter. bytesWriterprivate ByteBuffersDataOutputFixedGapTermsIndexWriter.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 ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter. metaWriterprivate ByteBuffersDataOutputOrdsBlockTreeTermsWriter. scratchBytesprivate ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter. statsWriterprivate ByteBuffersDataOutputOrdsBlockTreeTermsWriter.TermsWriter. suffixWriterMethods in org.apache.lucene.codecs.blocktreeords with parameters of type ByteBuffersDataOutput Modifier and Type Method Description voidOrdsBlockTreeTermsWriter.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) ByteBuffersDataOutputLZ4WithPresetDictCompressionMode.LZ4WithPresetDictCompressor. compressedprivate ByteBuffersDataOutputLucene90SkipWriter. freqNormOutMethods in org.apache.lucene.codecs.lucene90 with parameters of type ByteBuffersDataOutput Modifier and Type Method Description private 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 ByteBuffersDataOutput Modifier and Type Field Description private ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter. metaWriterprivate ByteBuffersDataOutputLucene90BlockTreeTermsWriter. scratchBytesprivate ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter. spareWriterprivate ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter. statsWriterprivate ByteBuffersDataOutputLucene90BlockTreeTermsWriter.TermsWriter. suffixLengthsWriterFields in org.apache.lucene.codecs.lucene90.blocktree with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.List<ByteBuffersDataOutput>Lucene90BlockTreeTermsWriter. fieldsMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type ByteBuffersDataOutput Modifier and Type Method Description voidLucene90BlockTreeTermsWriter.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 ByteBuffersDataOutputLucene90CompressingStoredFieldsWriter. bufferedDocsprivate ByteBuffersDataOutputLucene90CompressingTermVectorsWriter. payloadBytesprivate ByteBuffersDataOutputLucene90CompressingTermVectorsWriter. scratchBufferprivate ByteBuffersDataOutputLucene90CompressingTermVectorsWriter. termSuffixes -
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 ByteBuffersDataOutputFSTTermsWriter.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 ByteBuffersDataOutputBlockWriter. blockLinesWriteBufferprotected ByteBuffersDataOutputBlockWriter. blockWriteBufferprotected ByteBuffersDataOutputBlockWriter. termStatesWriteBufferMethods in org.apache.lucene.codecs.uniformsplit with parameters of type ByteBuffersDataOutput Modifier and Type Method Description protected voidUniformSplitTermsWriter. writeEncodedFieldsMetadata(ByteBuffersDataOutput fieldsOutput)protected voidUniformSplitTermsWriter. writeFieldsMetadata(int fieldsNumber, ByteBuffersDataOutput fieldsOutput)protected voidUniformSplitTermsWriter. 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 ByteBuffersDataOutputFreqProxTermsWriter.SortingPostingsEnum. bufferprivate ByteBuffersDataOutputPrefixCodedTerms.Builder. output -
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 ByteBuffersDataOutputVersionBlockTreeTermsWriter.TermsWriter. metaWriterprivate ByteBuffersDataOutputVersionBlockTreeTermsWriter. scratchBytesprivate ByteBuffersDataOutputVersionBlockTreeTermsWriter.TermsWriter. suffixWriterMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type ByteBuffersDataOutput Modifier and Type Method Description voidVersionBlockTreeTermsWriter.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 ByteBuffersDataOutputByteBuffersIndexOutput. delegateFields in org.apache.lucene.store with type parameters of type ByteBuffersDataOutput Modifier and Type Field Description private java.util.function.Supplier<ByteBuffersDataOutput>ByteBuffersDirectory. bbOutputSupplierA supplier ofByteBuffersDataOutputinstances used to buffer up the content of written files.private java.util.function.Consumer<ByteBuffersDataOutput>ByteBuffersIndexOutput. onClosestatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_BYTE_ARRAYstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERSstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERS_LUCENEstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_ONE_BUFFERprivate java.util.function.BiFunction<java.lang.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 ByteBuffersDataOutput Modifier and Type Method Description static ByteBuffersDataOutputByteBuffersDataOutput. newResettableInstance()Method parameters in org.apache.lucene.store with type arguments of type ByteBuffersDataOutput Modifier and Type Method Description (package private) IndexOutputByteBuffersDirectory.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 intBKDWriter. appendBlock(ByteBuffersDataOutput writeBuffer, java.util.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, 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
-