Uses of Class
org.apache.lucene.store.IndexOutput
-
Packages that use IndexOutput Package Description 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.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.compressing StoredFieldsFormat that allows cross-document and cross-field compression of stored fields.org.apache.lucene.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.codecs.lucene50 Components from the Lucene 5.0 index format Seeorg.apache.lucene.codecs.lucene80
for an overview of the index format.org.apache.lucene.codecs.lucene70 Components from the Lucene 7.0 index format.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.lucene86 Lucene 8.6 file format.org.apache.lucene.codecs.memory Term dictionary, DocValues or Postings formats that are read entirely into memory.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.codecs.uniformsplit Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.uniformsplit.sharedterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.suggest.fst Finite-state based autosuggest.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes.org.apache.lucene.util.bkd Block KD-tree, implementing the generic spatial data structure described in this paper.org.apache.lucene.util.packed Packed integer arrays and streams. -
-
Uses of IndexOutput in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs that return IndexOutput Modifier and Type Method Description IndexOutput
CompoundDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
CompoundDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
Methods in org.apache.lucene.codecs with parameters of type IndexOutput Modifier and Type Method Description abstract void
PostingsWriterBase. init(IndexOutput termsOut, SegmentWriteState state)
Called once after startup, before any terms have been added.(package private) static void
CodecUtil. writeCRC(IndexOutput output)
Writes CRC32 value as a 64-bit long to the output.static void
CodecUtil. writeFooter(IndexOutput out)
Writes a codec footer, which records both a checksum algorithm ID and a checksum.long
MultiLevelSkipListWriter. writeSkip(IndexOutput output)
Writes the buffered skip lists to the given output.protected abstract void
MultiLevelSkipListWriter. writeSkipData(int level, IndexOutput skipBuffer)
Subclasses must implement the actual skip data encoding in this method. -
Uses of IndexOutput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as IndexOutput Modifier and Type Field Description protected IndexOutput
BlockTermsWriter. out
protected IndexOutput
FixedGapTermsIndexWriter. out
protected IndexOutput
VariableGapTermsIndexWriter. out
-
Uses of IndexOutput in org.apache.lucene.codecs.blocktree
Fields in org.apache.lucene.codecs.blocktree declared as IndexOutput Modifier and Type Field Description private IndexOutput
BlockTreeTermsWriter. indexOut
private IndexOutput
BlockTreeTermsWriter. metaOut
private IndexOutput
BlockTreeTermsWriter. termsOut
-
Uses of IndexOutput in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as IndexOutput Modifier and Type Field Description private IndexOutput
OrdsBlockTreeTermsWriter. indexOut
private IndexOutput
OrdsBlockTreeTermsWriter. out
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type IndexOutput Modifier and Type Method Description private static void
OrdsBlockTreeTermsWriter. writeBytesRef(IndexOutput out, BytesRef bytes)
-
Uses of IndexOutput in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom with parameters of type IndexOutput Modifier and Type Method Description private void
BloomFilteringPostingsFormat.BloomFilteredFieldsConsumer. saveAppropriatelySizedBloomFilter(IndexOutput bloomOutput, FuzzySet bloomFilter, FieldInfo fieldInfo)
-
Uses of IndexOutput in org.apache.lucene.codecs.compressing
Fields in org.apache.lucene.codecs.compressing declared as IndexOutput Modifier and Type Field Description private IndexOutput
FieldsIndexWriter. docsOut
private IndexOutput
CompressingStoredFieldsWriter. fieldsStream
private IndexOutput
FieldsIndexWriter. filePointersOut
private IndexOutput
CompressingTermVectorsWriter. vectorsStream
-
Uses of IndexOutput in org.apache.lucene.codecs.idversion
Fields in org.apache.lucene.codecs.idversion declared as IndexOutput Modifier and Type Field Description private IndexOutput
VersionBlockTreeTermsWriter. indexOut
private IndexOutput
VersionBlockTreeTermsWriter. out
Methods in org.apache.lucene.codecs.idversion with parameters of type IndexOutput Modifier and Type Method Description void
IDVersionPostingsWriter. init(IndexOutput termsOut, SegmentWriteState state)
private static void
VersionBlockTreeTermsWriter. writeBytesRef(IndexOutput out, BytesRef bytes)
private void
VersionBlockTreeTermsWriter. writeIndexTrailer(IndexOutput indexOut, long dirStart)
Writes the index file trailer.private void
VersionBlockTreeTermsWriter. writeTrailer(IndexOutput out, long dirStart)
Writes the terms file trailer. -
Uses of IndexOutput in org.apache.lucene.codecs.lucene50
Methods in org.apache.lucene.codecs.lucene50 with parameters of type IndexOutput Modifier and Type Method Description (package private) void
ForUtil. writeBlock(int[] data, byte[] encoded, IndexOutput out)
Write a block of data (For
format). -
Uses of IndexOutput in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
Lucene70DocValuesConsumer. data
(package private) IndexOutput
Lucene70NormsConsumer. data
(package private) IndexOutput
Lucene70DocValuesConsumer. meta
(package private) IndexOutput
Lucene70NormsConsumer. meta
Methods in org.apache.lucene.codecs.lucene70 with parameters of type IndexOutput Modifier and Type Method Description private static void
IndexedDISI. flush(int block, FixedBitSet buffer, int cardinality, IndexOutput out)
(package private) static void
IndexedDISI. writeBitSet(DocIdSetIterator it, IndexOutput out)
private void
Lucene70NormsConsumer. writeValues(NumericDocValues values, int numBytesPerValue, IndexOutput out)
-
Uses of IndexOutput in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
Lucene80DocValuesConsumer. data
(package private) IndexOutput
Lucene80NormsConsumer. data
(package private) IndexOutput
Lucene80DocValuesConsumer. meta
(package private) IndexOutput
Lucene80NormsConsumer. meta
private IndexOutput
Lucene80DocValuesConsumer.CompressedBinaryBlockWriter. tempBinaryOffsets
Methods in org.apache.lucene.codecs.lucene80 with parameters of type IndexOutput Modifier and Type Method Description private static void
IndexedDISI. flush(int block, FixedBitSet buffer, int cardinality, byte denseRankPower, IndexOutput out)
private static short
IndexedDISI. flushBlockJumps(int[] jumps, int blockCount, IndexOutput out, long origo)
(package private) static short
IndexedDISI. writeBitSet(DocIdSetIterator it, IndexOutput out)
Writes the docIDs from it to out, in logical blocks, one for each 65536 docIDs in monotonically increasing gap-less order.(package private) static short
IndexedDISI. writeBitSet(DocIdSetIterator it, IndexOutput out, byte denseRankPower)
Writes the docIDs from it to out, in logical blocks, one for each 65536 docIDs in monotonically increasing gap-less order.private void
Lucene80NormsConsumer. writeValues(NumericDocValues values, int numBytesPerValue, IndexOutput out)
-
Uses of IndexOutput in org.apache.lucene.codecs.lucene84
Fields in org.apache.lucene.codecs.lucene84 declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
Lucene84PostingsWriter. docOut
private IndexOutput
Lucene84SkipWriter. docOut
(package private) IndexOutput
Lucene84PostingsWriter. payOut
private IndexOutput
Lucene84SkipWriter. payOut
(package private) IndexOutput
Lucene84PostingsWriter. posOut
private IndexOutput
Lucene84SkipWriter. posOut
Methods in org.apache.lucene.codecs.lucene84 with parameters of type IndexOutput Modifier and Type Method Description void
Lucene84PostingsWriter. init(IndexOutput termsOut, SegmentWriteState state)
protected void
Lucene84SkipWriter. writeSkipData(int level, IndexOutput skipBuffer)
Constructors in org.apache.lucene.codecs.lucene84 with parameters of type IndexOutput Constructor Description Lucene84SkipWriter(int maxSkipLevels, int blockSize, int docCount, IndexOutput docOut, IndexOutput posOut, IndexOutput payOut)
-
Uses of IndexOutput in org.apache.lucene.codecs.lucene86
Fields in org.apache.lucene.codecs.lucene86 declared as IndexOutput Modifier and Type Field Description protected IndexOutput
Lucene86PointsWriter. dataOut
Outputs used to write the BKD tree data files.protected IndexOutput
Lucene86PointsWriter. indexOut
Outputs used to write the BKD tree data files.protected IndexOutput
Lucene86PointsWriter. metaOut
Outputs used to write the BKD tree data files. -
Uses of IndexOutput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
DirectDocValuesConsumer. data
(package private) IndexOutput
DirectDocValuesConsumer. meta
(package private) IndexOutput
FSTTermsWriter. out
Methods in org.apache.lucene.codecs.memory with parameters of type IndexOutput Modifier and Type Method Description private void
FSTTermsWriter. writeTrailer(IndexOutput out, long dirStart)
-
Uses of IndexOutput in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
SimpleTextDocValuesWriter. data
private IndexOutput
SimpleTextPointsWriter. dataOut
(package private) IndexOutput
SimpleTextBKDWriter.OneDimensionBKDWriter. out
private IndexOutput
SimpleTextFieldsWriter. out
private IndexOutput
SimpleTextStoredFieldsWriter. out
private IndexOutput
SimpleTextTermVectorsWriter. out
private IndexOutput
SimpleTextBKDWriter. tempInput
Methods in org.apache.lucene.codecs.simpletext with parameters of type IndexOutput Modifier and Type Method Description private void
SimpleTextBKDWriter. build(int nodeID, int leafNodeOffset, MutablePointValues reader, int from, int to, IndexOutput out, byte[] minPackedValue, byte[] maxPackedValue, byte[] splitPackedValues, long[] leafBlockFPs, int[] spareDocIds)
private void
SimpleTextBKDWriter. build(int nodeID, int leafNodeOffset, BKDRadixSelector.PathSlice points, IndexOutput out, BKDRadixSelector radixSelector, byte[] minPackedValue, byte[] maxPackedValue, byte[] splitPackedValues, long[] leafBlockFPs, int[] spareDocIds)
The array (sized numDims) of PathSlice describe the cell we have currently recursed to.long
SimpleTextBKDWriter. finish(IndexOutput out)
Writes the BKD tree to the providedIndexOutput
and returns the file offset where index was written.private void
SimpleTextBKDWriter. newline(IndexOutput out)
private void
SimpleTextPointsWriter. newline(IndexOutput out)
private void
SimpleTextBKDWriter. write(IndexOutput out, java.lang.String s)
private void
SimpleTextBKDWriter. write(IndexOutput out, BytesRef b)
private void
SimpleTextPointsWriter. write(IndexOutput out, java.lang.String s)
private void
SimpleTextPointsWriter. write(IndexOutput out, BytesRef b)
static void
SimpleTextUtil. writeChecksum(IndexOutput out, BytesRefBuilder scratch)
long
SimpleTextBKDWriter. writeField(IndexOutput out, java.lang.String fieldName, MutablePointValues reader)
Write a field from aMutablePointValues
.private long
SimpleTextBKDWriter. writeField1Dim(IndexOutput out, java.lang.String fieldName, MutablePointValues reader)
private long
SimpleTextBKDWriter. writeFieldNDims(IndexOutput out, java.lang.String fieldName, MutablePointValues values)
private void
SimpleTextBKDWriter. writeIndex(IndexOutput out, long[] leafBlockFPs, byte[] splitPackedValues)
Subclass can change how it writes the index.private void
SimpleTextBKDWriter. writeInt(IndexOutput out, int x)
private void
SimpleTextPointsWriter. writeInt(IndexOutput out, int x)
protected void
SimpleTextBKDWriter. writeLeafBlockDocs(IndexOutput out, int[] docIDs, int start, int count)
protected void
SimpleTextBKDWriter. writeLeafBlockPackedValues(IndexOutput out, int[] commonPrefixLengths, int count, int sortedDim, java.util.function.IntFunction<BytesRef> packedValues)
private void
SimpleTextBKDWriter. writeLeafBlockPackedValuesRange(IndexOutput out, int[] commonPrefixLengths, int start, int end, java.util.function.IntFunction<BytesRef> packedValues)
private void
SimpleTextBKDWriter. writeLong(IndexOutput out, long x)
private void
SimpleTextPointsWriter. writeLong(IndexOutput out, long x)
Constructors in org.apache.lucene.codecs.simpletext with parameters of type IndexOutput Constructor Description OneDimensionBKDWriter(IndexOutput out)
-
Uses of IndexOutput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as IndexOutput Modifier and Type Field Description protected IndexOutput
BlockWriter. blockOutput
protected IndexOutput
UniformSplitTermsWriter. blockOutput
protected IndexOutput
UniformSplitTermsWriter. dictionaryOutput
Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type IndexOutput Constructor Description BlockWriter(IndexOutput blockOutput, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder)
-
Uses of IndexOutput in org.apache.lucene.codecs.uniformsplit.sharedterms
Constructors in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type IndexOutput Constructor Description STBlockWriter(IndexOutput blockOutput, int targetNumBlockLines, int deltaNumLines, BlockEncoder blockEncoder)
-
Uses of IndexOutput in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexOutput Modifier and Type Method Description IndexOutput
TrackingTmpOutputDirectoryWrapper. createOutput(java.lang.String name, IOContext context)
Methods in org.apache.lucene.index with parameters of type IndexOutput Modifier and Type Method Description private void
SortingLeafReader.SortingPostingsEnum. addPositions(PostingsEnum in, IndexOutput out)
void
SegmentInfos. write(IndexOutput out)
Write ourselves to the providedIndexOutput
-
Uses of IndexOutput in org.apache.lucene.search.suggest
Fields in org.apache.lucene.search.suggest declared as IndexOutput Modifier and Type Field Description private IndexOutput
SortedInputIterator. tempInput
-
Uses of IndexOutput in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as IndexOutput Modifier and Type Field Description private IndexOutput
CompletionFieldsConsumer. dictOut
Methods in org.apache.lucene.search.suggest.document with parameters of type IndexOutput Modifier and Type Method Description boolean
CompletionFieldsConsumer.CompletionTermWriter. finish(IndexOutput output)
Stores the built FST inoutput
Returns true if there was anything stored, false otherwise -
Uses of IndexOutput in org.apache.lucene.search.suggest.fst
Fields in org.apache.lucene.search.suggest.fst declared as IndexOutput Modifier and Type Field Description private IndexOutput
ExternalRefSorter. input
-
Uses of IndexOutput in org.apache.lucene.store
Subclasses of IndexOutput in org.apache.lucene.store Modifier and Type Class Description class
ByteBuffersIndexOutput
AnIndexOutput
writing to aByteBuffersDataOutput
.(package private) class
FSDirectory.FSIndexOutput
private static class
NativeUnixDirectory.NativeUnixIndexOutput
class
OutputStreamIndexOutput
Implementation class for bufferedIndexOutput
that writes to anOutputStream
.class
RAMOutputStream
Deprecated.This class uses inefficient synchronization and is discouraged in favor ofMMapDirectory
.class
RateLimitedIndexOutput
Fields in org.apache.lucene.store declared as IndexOutput Modifier and Type Field Description private IndexOutput
RateLimitedIndexOutput. delegate
Methods in org.apache.lucene.store that return IndexOutput Modifier and Type Method Description IndexOutput
ByteBuffersDirectory. createOutput(java.lang.String name, IOContext context)
(package private) IndexOutput
ByteBuffersDirectory.FileEntry. createOutput(java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)
abstract IndexOutput
Directory. createOutput(java.lang.String name, IOContext context)
Creates a new, empty file in the directory and returns anIndexOutput
instance for appending data to this file.IndexOutput
FileSwitchDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
FilterDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
FSDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
LockValidatingDirectoryWrapper. createOutput(java.lang.String name, IOContext context)
IndexOutput
NativeUnixDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
NRTCachingDirectory. createOutput(java.lang.String name, IOContext context)
IndexOutput
RAMDirectory. createOutput(java.lang.String name, IOContext context)
Deprecated.IndexOutput
TrackingDirectoryWrapper. createOutput(java.lang.String name, IOContext context)
IndexOutput
ByteBuffersDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
abstract IndexOutput
Directory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
Creates a new, empty, temporary file in the directory and returns anIndexOutput
instance for appending data to this file.IndexOutput
FileSwitchDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
IndexOutput
FilterDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
IndexOutput
FSDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
IndexOutput
NRTCachingDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
IndexOutput
RAMDirectory. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
Deprecated.IndexOutput
TrackingDirectoryWrapper. createTempOutput(java.lang.String prefix, java.lang.String suffix, IOContext context)
Constructors in org.apache.lucene.store with parameters of type IndexOutput Constructor Description RateLimitedIndexOutput(RateLimiter rateLimiter, IndexOutput delegate)
-
Uses of IndexOutput in org.apache.lucene.util
Fields in org.apache.lucene.util declared as IndexOutput Modifier and Type Field Description protected IndexOutput
OfflineSorter.ByteSequencesWriter. out
Methods in org.apache.lucene.util with parameters of type IndexOutput Modifier and Type Method Description protected OfflineSorter.ByteSequencesWriter
OfflineSorter. getWriter(IndexOutput out, long itemCount)
Subclasses can override to change how byte sequences are written to disk.Constructors in org.apache.lucene.util with parameters of type IndexOutput Constructor Description ByteSequencesWriter(IndexOutput out)
Constructs a ByteSequencesWriter to the provided DataOutput -
Uses of IndexOutput in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
BKDWriter.OneDimensionBKDWriter. dataOut
(package private) IndexOutput
BKDWriter.OneDimensionBKDWriter. indexOut
(package private) IndexOutput
BKDWriter.OneDimensionBKDWriter. metaOut
IndexOutput
OfflinePointWriter. out
private IndexOutput
BKDWriter. tempInput
Methods in org.apache.lucene.util.bkd with parameters of type IndexOutput Modifier and Type Method Description private void
BKDWriter. build(int leavesOffset, int numLeaves, MutablePointValues reader, int from, int to, IndexOutput out, byte[] minPackedValue, byte[] maxPackedValue, int[] parentSplits, byte[] splitPackedValues, byte[] splitDimensionValues, long[] leafBlockFPs, int[] spareDocIds)
private void
BKDWriter. build(int leavesOffset, int numLeaves, BKDRadixSelector.PathSlice points, IndexOutput out, BKDRadixSelector radixSelector, byte[] minPackedValue, byte[] maxPackedValue, int[] parentSplits, byte[] splitPackedValues, byte[] splitDimensionValues, long[] leafBlockFPs, int[] spareDocIds)
The point writer contains the data that is going to be splitted using radix selection.java.lang.Runnable
BKDWriter. finish(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut)
Writes the BKD tree to the providedIndexOutput
s and returns aRunnable
that writes the index of the tree if at least one point has been added, ornull
otherwise.java.lang.Runnable
BKDWriter. merge(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, java.util.List<MergeState.DocMap> docMaps, java.util.List<BKDReader> readers)
More efficient bulk-add for incomingBKDReader
s.java.lang.Runnable
BKDWriter. writeField(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, java.lang.String fieldName, MutablePointValues reader)
Write a field from aMutablePointValues
.private java.lang.Runnable
BKDWriter. writeField1Dim(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, java.lang.String fieldName, MutablePointValues reader)
private java.lang.Runnable
BKDWriter. writeFieldNDims(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut, java.lang.String fieldName, MutablePointValues values)
private void
BKDWriter. writeIndex(IndexOutput metaOut, IndexOutput indexOut, int countPerLeaf, int numLeaves, byte[] packedIndex, long dataStartFP)
private void
BKDWriter. writeIndex(IndexOutput metaOut, IndexOutput indexOut, int countPerLeaf, BKDWriter.BKDTreeLeafNodes leafNodes, long dataStartFP)
Constructors in org.apache.lucene.util.bkd with parameters of type IndexOutput Constructor Description OneDimensionBKDWriter(IndexOutput metaOut, IndexOutput indexOut, IndexOutput dataOut)
-
Uses of IndexOutput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as IndexOutput Modifier and Type Field Description (package private) IndexOutput
DirectMonotonicWriter. data
(package private) IndexOutput
DirectMonotonicWriter. meta
Methods in org.apache.lucene.util.packed with parameters of type IndexOutput Modifier and Type Method Description static DirectMonotonicWriter
DirectMonotonicWriter. getInstance(IndexOutput metaOut, IndexOutput dataOut, long numValues, int blockShift)
Returns an instance suitable for encodingnumValues
into monotonic blocks of 2blockShift
values.Constructors in org.apache.lucene.util.packed with parameters of type IndexOutput Constructor Description DirectMonotonicWriter(IndexOutput metaOut, IndexOutput dataOut, long numValues, int blockShift)
-