Uses of Class
org.apache.lucene.store.IndexInput
Packages that use IndexInput
Package
Description
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Lucene 6.0 file format.
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 9.0 file format.
Lucene 9.1 file format.
Lucene 9.2 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Lucene 9.9 file format.
Legacy PackedInts methods
store helper
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.12 file format.
Lucene 9.4 file format.
Lucene 9.5 file format.
Lucene 9.9 file format.
Term dictionary, DocValues or Postings formats that are read entirely into memory.
Simpletext Codec: writes human readable postings.
Pluggable term index / block terms dictionary implementations.
Pluggable term index / block terms dictionary implementations.
Code to maintain and access indices.
Internal implementations to support SIMD vectorization.
Misc index tools and index support.
Misc Directory implementations.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Support for document suggestion
Binary i/o API, used for all index data.
Some utility classes.
Block KD-tree, implementing the generic spatial data structure described in this paper.
Finite state transducers
Navigable Small-World graph, nominally Hierarchical but currently only has a single layer.
Packed integer arrays and streams.
-
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene40.blocktree
Fields in org.apache.lucene.backward_codecs.lucene40.blocktree declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
IntersectTermsEnum.in
(package private) IndexInput
SegmentTermsEnum.in
(package private) final IndexInput
Lucene40BlockTreeTermsReader.indexIn
(package private) final IndexInput
Lucene40BlockTreeTermsReader.termsIn
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static BytesRef
Lucene40BlockTreeTermsReader.readBytesRef
(IndexInput in) private static void
Lucene40BlockTreeTermsReader.seekDir
(IndexInput input) Seekinput
to the directory offset.Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type IndexInputModifierConstructorDescription(package private)
FieldReader
(Lucene40BlockTreeTermsReader parent, FieldInfo fieldInfo, long numTerms, BytesRef rootCode, long sumTotalTermFreq, long sumDocFreq, int docCount, long indexStartFP, IndexInput metaIn, IndexInput indexIn, BytesRef minTerm, BytesRef maxTerm) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene50
Fields in org.apache.lucene.backward_codecs.lucene50 declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
Lucene50PostingsReader.BlockDocsEnum.docIn
(package private) final IndexInput
Lucene50PostingsReader.BlockImpactsEverythingEnum.docIn
(package private) final IndexInput
Lucene50PostingsReader.BlockImpactsPostingsEnum.docIn
private final IndexInput
Lucene50PostingsReader.docIn
(package private) IndexInput
Lucene50PostingsReader.EverythingEnum.docIn
private final IndexInput
Lucene50CompoundReader.handle
(package private) final IndexInput
Lucene50PostingsReader.BlockImpactsEverythingEnum.payIn
(package private) final IndexInput
Lucene50PostingsReader.EverythingEnum.payIn
private final IndexInput
Lucene50PostingsReader.payIn
(package private) final IndexInput
Lucene50PostingsReader.BlockImpactsEverythingEnum.posIn
(package private) final IndexInput
Lucene50PostingsReader.BlockImpactsPostingsEnum.posIn
(package private) final IndexInput
Lucene50PostingsReader.EverythingEnum.posIn
private final IndexInput
Lucene50PostingsReader.posIn
(package private) final IndexInput
Lucene50PostingsReader.BlockDocsEnum.startDocIn
(package private) final IndexInput
Lucene50PostingsReader.EverythingEnum.startDocIn
Methods in org.apache.lucene.backward_codecs.lucene50 that return IndexInputModifier and TypeMethodDescriptionMethods in org.apache.lucene.backward_codecs.lucene50 with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
Lucene50PostingsReader.BlockDocsEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) boolean
Lucene50PostingsReader.EverythingEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) void
Lucene50PostingsReader.init
(IndexInput termsIn, SegmentReadState state) (package private) void
ForUtil.readBlock
(IndexInput in, byte[] encoded, int[] decoded) Read the next block of data (For
format).private FixedBitSet
Lucene50LiveDocsFormat.readFixedBitSet
(IndexInput input, int length) protected void
Lucene50ScoreSkipReader.readImpacts
(int level, IndexInput skipStream) protected void
Lucene50SkipReader.readImpacts
(int level, IndexInput skipStream) private Map
<String, Lucene50CompoundReader.FileEntry> Lucene50CompoundReader.readMapping
(IndexInput entriesStream) protected int
Lucene50SkipReader.readSkipData
(int level, IndexInput skipStream) (package private) static void
Lucene50PostingsReader.readVIntBlock
(IndexInput docIn, int[] docBuffer, int[] freqBuffer, int num, boolean indexHasFreq) Read values that have been written using variable-length encoding instead of bit-packing.(package private) void
ForUtil.skipBlock
(IndexInput in) Skip the next block of data.Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type IndexInputModifierConstructorDescriptionLucene50ScoreSkipReader
(int version, IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) Lucene50SkipReader
(int version, IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene50.compressing
Fields in org.apache.lucene.backward_codecs.lucene50.compressing declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
Lucene50CompressingStoredFieldsReader.fieldsStream
private final IndexInput
FieldsIndexReader.indexInput
(package private) final IndexInput
Lucene50CompressingTermVectorsReader.vectorsStream
Constructors in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type IndexInputModifierConstructorDescription(package private)
FieldsIndexReader
(Directory dir, String name, String suffix, String extension, String codecName, byte[] id, IndexInput metaIn) (package private)
LegacyFieldsIndexReader
(IndexInput fieldsIndexIn, SegmentInfo si) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene60
Fields in org.apache.lucene.backward_codecs.lucene60 declared as IndexInputMethods in org.apache.lucene.backward_codecs.lucene60 with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static DocValuesType
Lucene60FieldInfosFormat.getDocValuesType
(IndexInput input, byte b) private static IndexOptions
Lucene60FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) private FieldInfo[]
Lucene60FieldInfosFormat.readFieldInfos
(IndexInput input, int version) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene70
Fields in org.apache.lucene.backward_codecs.lucene70 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene70DocValuesProducer.TermsDict.bytes
(package private) final IndexInput
Lucene70DocValuesProducer.BaseSortedDocValues.data
(package private) final IndexInput
Lucene70DocValuesProducer.BaseSortedSetDocValues.data
private final IndexInput
Lucene70DocValuesProducer.data
private IndexInput
Lucene70NormsProducer.data
(package private) final IndexInput
Lucene70DocValuesProducer.TermsDict.indexBytes
private final IndexInput
IndexedDISI.slice
The slice that stores theDocIdSetIterator
.Fields in org.apache.lucene.backward_codecs.lucene70 with type parameters of type IndexInputModifier and TypeFieldDescriptionprivate Map
<Integer, IndexInput> Lucene70NormsProducer.disiInputs
Methods in org.apache.lucene.backward_codecs.lucene70 that return IndexInputModifier and TypeMethodDescriptionprivate IndexInput
Lucene70NormsProducer.getDisiInput
(FieldInfo field, Lucene70NormsProducer.NormsEntry entry) Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexInputModifier and TypeMethodDescriptionprivate void
Lucene70NormsProducer.readFields
(IndexInput meta, FieldInfos infos) Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexInputModifierConstructorDescription(package private)
(package private)
(package private)
IndexedDISI
(IndexInput slice, long cost) (package private)
IndexedDISI
(IndexInput in, long offset, long length, long cost) (package private)
TermsDict
(Lucene70DocValuesProducer.TermsDictEntry entry, IndexInput data) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene80
Fields in org.apache.lucene.backward_codecs.lucene80 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene80DocValuesProducer.TermsDict.bytes
private final IndexInput
Lucene80DocValuesProducer.BinaryDecoder.compressedData
(package private) final IndexInput
Lucene80DocValuesProducer.BaseSortedDocValues.data
(package private) final IndexInput
Lucene80DocValuesProducer.BaseSortedSetDocValues.data
private final IndexInput
Lucene80DocValuesProducer.data
private IndexInput
Lucene80NormsProducer.data
(package private) final IndexInput
Lucene80DocValuesProducer.TermsDict.indexBytes
(package private) final IndexInput
IndexedDISI.slice
The slice that stores theDocIdSetIterator
.Fields in org.apache.lucene.backward_codecs.lucene80 with type parameters of type IndexInputModifier and TypeFieldDescriptionprivate Map
<Integer, IndexInput> Lucene80NormsProducer.disiInputs
Methods in org.apache.lucene.backward_codecs.lucene80 that return IndexInputModifier and TypeMethodDescriptionstatic IndexInput
IndexedDISI.createBlockSlice
(IndexInput slice, String sliceDescription, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.private IndexInput
Lucene80NormsProducer.getDisiInput
(FieldInfo field, Lucene80NormsProducer.NormsEntry entry) Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type IndexInputModifier and TypeMethodDescriptionstatic IndexInput
IndexedDISI.createBlockSlice
(IndexInput slice, String sliceDescription, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.static RandomAccessInput
IndexedDISI.createJumpTable
(IndexInput slice, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.Lucene80DocValuesProducer.readBinary
(IndexInput meta, boolean compressed) private void
Lucene80DocValuesProducer.readFields
(String segmentName, IndexInput meta, FieldInfos infos) private void
Lucene80NormsProducer.readFields
(IndexInput meta, FieldInfos infos) Lucene80DocValuesProducer.readNumeric
(IndexInput meta) private void
Lucene80DocValuesProducer.readNumeric
(IndexInput meta, Lucene80DocValuesProducer.NumericEntry entry) Lucene80DocValuesProducer.readSorted
(IndexInput meta) Lucene80DocValuesProducer.readSortedNumeric
(IndexInput meta) Lucene80DocValuesProducer.readSortedSet
(IndexInput meta) private static void
Lucene80DocValuesProducer.readTermDict
(IndexInput meta, Lucene80DocValuesProducer.TermsDictEntry entry) Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type IndexInputModifierConstructorDescription(package private)
(package private)
BinaryDecoder
(LongValues addresses, IndexInput compressedData, int biggestUncompressedBlockSize, int docsPerChunkShift) (package private)
IndexedDISI
(IndexInput in, long offset, long length, int jumpTableEntryCount, byte denseRankPower, long cost) This constructor always creates a new blockSlice and a new jumpTable from in, to ensure that operations are independent from the caller.(package private)
IndexedDISI
(IndexInput blockSlice, RandomAccessInput jumpTable, int jumpTableEntryCount, byte denseRankPower, long cost) This constructor allows to pass the slice and jumpTable directly in case it helps reuse.(package private)
TermsDict
(Lucene80DocValuesProducer.TermsDictEntry entry, IndexInput data) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene84
Fields in org.apache.lucene.backward_codecs.lucene84 declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
Lucene84PostingsReader.BlockDocsEnum.docIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsDocsEnum.docIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsEverythingEnum.docIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsPostingsEnum.docIn
private final IndexInput
Lucene84PostingsReader.docIn
(package private) IndexInput
Lucene84PostingsReader.EverythingEnum.docIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsEverythingEnum.payIn
(package private) final IndexInput
Lucene84PostingsReader.EverythingEnum.payIn
private final IndexInput
Lucene84PostingsReader.payIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsEverythingEnum.posIn
(package private) final IndexInput
Lucene84PostingsReader.BlockImpactsPostingsEnum.posIn
(package private) final IndexInput
Lucene84PostingsReader.EverythingEnum.posIn
private final IndexInput
Lucene84PostingsReader.posIn
(package private) final IndexInput
Lucene84PostingsReader.BlockDocsEnum.startDocIn
(package private) final IndexInput
Lucene84PostingsReader.EverythingEnum.startDocIn
Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
Lucene84PostingsReader.BlockDocsEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) boolean
Lucene84PostingsReader.EverythingEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) void
Lucene84PostingsReader.init
(IndexInput termsIn, SegmentReadState state) protected void
Lucene84ScoreSkipReader.readImpacts
(int level, IndexInput skipStream) protected void
Lucene84SkipReader.readImpacts
(int level, IndexInput skipStream) protected int
Lucene84SkipReader.readSkipData
(int level, IndexInput skipStream) (package private) static void
Lucene84PostingsReader.readVIntBlock
(IndexInput docIn, long[] docBuffer, long[] freqBuffer, int num, boolean indexHasFreq) Read values that have been written using variable-length encoding instead of bit-packing.Constructors in org.apache.lucene.backward_codecs.lucene84 with parameters of type IndexInputModifierConstructorDescriptionLucene84ScoreSkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) Lucene84SkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene86
Fields in org.apache.lucene.backward_codecs.lucene86 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene86PointsReader.dataIn
(package private) final IndexInput
Lucene86PointsReader.indexIn
-
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene90HnswVectorsReader.OffHeapFloatVectorValues.dataIn
(package private) final IndexInput
Lucene90HnswVectorsReader.OffHeapHnswGraph.dataIn
(package private) IndexInput
Lucene90PostingsReader.BlockDocsEnum.docIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsDocsEnum.docIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsEverythingEnum.docIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsPostingsEnum.docIn
private final IndexInput
Lucene90PostingsReader.docIn
(package private) IndexInput
Lucene90PostingsReader.EverythingEnum.docIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsEverythingEnum.payIn
(package private) final IndexInput
Lucene90PostingsReader.EverythingEnum.payIn
private final IndexInput
Lucene90PostingsReader.payIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsEverythingEnum.posIn
(package private) final IndexInput
Lucene90PostingsReader.BlockImpactsPostingsEnum.posIn
(package private) final IndexInput
Lucene90PostingsReader.EverythingEnum.posIn
private final IndexInput
Lucene90PostingsReader.posIn
(package private) final IndexInput
Lucene90PostingsReader.BlockDocsEnum.startDocIn
(package private) final IndexInput
Lucene90PostingsReader.EverythingEnum.startDocIn
private final IndexInput
Lucene90HnswVectorsReader.vectorData
private final IndexInput
Lucene90HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.backward_codecs.lucene90 that return IndexInputModifier and TypeMethodDescriptionprivate static IndexInput
Lucene90HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName, long[] checksumRef) Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
Lucene90PostingsReader.BlockDocsEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) boolean
Lucene90PostingsReader.EverythingEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) private static VectorSimilarityFunction
Lucene90FieldInfosFormat.getDistFunc
(IndexInput input, byte b) private static DocValuesType
Lucene90FieldInfosFormat.getDocValuesType
(IndexInput input, byte b) private static IndexOptions
Lucene90FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) void
Lucene90PostingsReader.init
(IndexInput termsIn, SegmentReadState state) Lucene90HnswVectorsReader.readField
(IndexInput input, FieldInfo info) protected void
Lucene90ScoreSkipReader.readImpacts
(int level, IndexInput skipStream) protected void
Lucene90SkipReader.readImpacts
(int level, IndexInput skipStream) protected int
Lucene90SkipReader.readSkipData
(int level, IndexInput skipStream) (package private) static void
Lucene90PostingsReader.readVIntBlock
(IndexInput docIn, long[] docBuffer, long[] freqBuffer, int num, boolean indexHasFreq) Read values that have been written using variable-length encoding instead of bit-packing.Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type IndexInputModifierConstructorDescriptionLucene90ScoreSkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) Lucene90SkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) (package private)
OffHeapFloatVectorValues
(int dimension, int[] ordToDoc, VectorSimilarityFunction similarityFunction, IndexInput dataIn) (package private)
OffHeapHnswGraph
(Lucene90HnswVectorsReader.FieldEntry entry, IndexInput dataIn) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
Lucene91HnswVectorsReader.OffHeapFloatVectorValues.dataIn
(package private) final IndexInput
Lucene91HnswVectorsReader.OffHeapHnswGraph.dataIn
private final IndexInput
Lucene91HnswVectorsReader.vectorData
private final IndexInput
Lucene91HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.backward_codecs.lucene91 that return IndexInputModifier and TypeMethodDescriptionprivate static IndexInput
Lucene91HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) Methods in org.apache.lucene.backward_codecs.lucene91 with parameters of type IndexInputModifier and TypeMethodDescriptionLucene91HnswVectorsReader.readField
(IndexInput input, FieldInfo info) Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type IndexInputModifierConstructorDescription(package private)
OffHeapFloatVectorValues
(int dimension, int size, int[] ordToDoc, VectorSimilarityFunction similarityFunction, IndexInput dataIn) (package private)
OffHeapHnswGraph
(Lucene91HnswVectorsReader.FieldEntry entry, IndexInput dataIn) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene92
Fields in org.apache.lucene.backward_codecs.lucene92 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene92HnswVectorsReader.OffHeapHnswGraph.dataIn
private final IndexInput
OffHeapFloatVectorValues.SparseOffHeapVectorValues.dataIn
protected final IndexInput
OffHeapFloatVectorValues.slice
private final IndexInput
Lucene92HnswVectorsReader.vectorData
private final IndexInput
Lucene92HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.backward_codecs.lucene92 that return IndexInputModifier and TypeMethodDescriptionprivate static IndexInput
Lucene92HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) Methods in org.apache.lucene.backward_codecs.lucene92 with parameters of type IndexInputModifier and TypeMethodDescription(package private) static OffHeapFloatVectorValues
OffHeapFloatVectorValues.load
(Lucene92HnswVectorsReader.FieldEntry fieldEntry, IndexInput vectorData) Lucene92HnswVectorsReader.readField
(IndexInput input, FieldInfo info) Constructors in org.apache.lucene.backward_codecs.lucene92 with parameters of type IndexInputModifierConstructorDescriptionDenseOffHeapVectorValues
(int dimension, int size, VectorSimilarityFunction vectorSimilarityFunction, IndexInput slice) (package private)
FieldEntry
(IndexInput input, VectorSimilarityFunction similarityFunction) (package private)
OffHeapFloatVectorValues
(int dimension, int size, VectorSimilarityFunction vectorSimilarityFunction, IndexInput slice) (package private)
OffHeapHnswGraph
(Lucene92HnswVectorsReader.FieldEntry entry, IndexInput dataIn) SparseOffHeapVectorValues
(Lucene92HnswVectorsReader.FieldEntry fieldEntry, IndexInput dataIn, VectorSimilarityFunction vectorSimilarityFunction, IndexInput slice) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene94
Fields in org.apache.lucene.backward_codecs.lucene94 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene94HnswVectorsReader.OffHeapHnswGraph.dataIn
private final IndexInput
OffHeapByteVectorValues.SparseOffHeapVectorValues.dataIn
private final IndexInput
OffHeapFloatVectorValues.SparseOffHeapVectorValues.dataIn
protected final IndexInput
OffHeapByteVectorValues.slice
protected final IndexInput
OffHeapFloatVectorValues.slice
private final IndexInput
Lucene94HnswVectorsReader.vectorData
private final IndexInput
Lucene94HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.backward_codecs.lucene94 that return IndexInputModifier and TypeMethodDescriptionprivate static IndexInput
Lucene94HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) Methods in org.apache.lucene.backward_codecs.lucene94 with parameters of type IndexInputModifier and TypeMethodDescription(package private) static OffHeapByteVectorValues
OffHeapByteVectorValues.load
(Lucene94HnswVectorsReader.FieldEntry fieldEntry, IndexInput vectorData) (package private) static OffHeapFloatVectorValues
OffHeapFloatVectorValues.load
(Lucene94HnswVectorsReader.FieldEntry fieldEntry, IndexInput vectorData) Lucene94HnswVectorsReader.readField
(IndexInput input, FieldInfo info) Constructors in org.apache.lucene.backward_codecs.lucene94 with parameters of type IndexInputModifierConstructorDescriptionDenseOffHeapVectorValues
(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) DenseOffHeapVectorValues
(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) (package private)
FieldEntry
(IndexInput input, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction) (package private)
OffHeapByteVectorValues
(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) (package private)
OffHeapFloatVectorValues
(int dimension, int size, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) (package private)
OffHeapHnswGraph
(Lucene94HnswVectorsReader.FieldEntry entry, IndexInput dataIn) SparseOffHeapVectorValues
(Lucene94HnswVectorsReader.FieldEntry fieldEntry, IndexInput dataIn, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) SparseOffHeapVectorValues
(Lucene94HnswVectorsReader.FieldEntry fieldEntry, IndexInput dataIn, IndexInput slice, VectorSimilarityFunction vectorSimilarityFunction, int byteSize) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene95
Fields in org.apache.lucene.backward_codecs.lucene95 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene95HnswVectorsReader.OffHeapHnswGraph.dataIn
private final IndexInput
Lucene95HnswVectorsReader.vectorData
private final IndexInput
Lucene95HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.backward_codecs.lucene95 that return IndexInputModifier and TypeMethodDescriptionprivate static IndexInput
Lucene95HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName) Methods in org.apache.lucene.backward_codecs.lucene95 with parameters of type IndexInputModifier and TypeMethodDescriptionLucene95HnswVectorsReader.readField
(IndexInput input, FieldInfo info) Constructors in org.apache.lucene.backward_codecs.lucene95 with parameters of type IndexInputModifierConstructorDescription(package private)
FieldEntry
(IndexInput input, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction) (package private)
OffHeapHnswGraph
(Lucene95HnswVectorsReader.FieldEntry entry, IndexInput vectorIndex) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene99
Fields in org.apache.lucene.backward_codecs.lucene99 declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
Lucene99PostingsReader.BlockDocsEnum.docIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsDocsEnum.docIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsEverythingEnum.docIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsPostingsEnum.docIn
private final IndexInput
Lucene99PostingsReader.docIn
(package private) IndexInput
Lucene99PostingsReader.EverythingEnum.docIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsEverythingEnum.payIn
(package private) final IndexInput
Lucene99PostingsReader.EverythingEnum.payIn
private final IndexInput
Lucene99PostingsReader.payIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsEverythingEnum.posIn
(package private) final IndexInput
Lucene99PostingsReader.BlockImpactsPostingsEnum.posIn
(package private) final IndexInput
Lucene99PostingsReader.EverythingEnum.posIn
private final IndexInput
Lucene99PostingsReader.posIn
(package private) final IndexInput
Lucene99PostingsReader.BlockDocsEnum.startDocIn
(package private) final IndexInput
Lucene99PostingsReader.EverythingEnum.startDocIn
Methods in org.apache.lucene.backward_codecs.lucene99 with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
Lucene99PostingsReader.BlockDocsEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) boolean
Lucene99PostingsReader.EverythingEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) void
Lucene99PostingsReader.init
(IndexInput termsIn, SegmentReadState state) protected void
Lucene99ScoreSkipReader.readImpacts
(int level, IndexInput skipStream) protected void
Lucene99SkipReader.readImpacts
(int level, IndexInput skipStream) Read impacts.protected int
Lucene99SkipReader.readSkipData
(int level, IndexInput skipStream) (package private) static void
PostingsUtil.readVIntBlock
(IndexInput docIn, long[] docBuffer, long[] freqBuffer, int num, boolean indexHasFreq, boolean decodeFreq) Read values that have been written using variable-length encoding and group-varint encoding instead of bit-packing.Constructors in org.apache.lucene.backward_codecs.lucene99 with parameters of type IndexInputModifierConstructorDescriptionLucene99ScoreSkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) Lucene99SkipReader
(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads) Sole constructor. -
Uses of IndexInput in org.apache.lucene.backward_codecs.packed
Methods in org.apache.lucene.backward_codecs.packed with parameters of type IndexInputModifier and TypeMethodDescriptionLegacyDirectMonotonicReader.loadMeta
(IndexInput metaIn, long numValues, int blockShift) Load metadata from the givenIndexInput
. -
Uses of IndexInput in org.apache.lucene.backward_codecs.store
Subclasses of IndexInput in org.apache.lucene.backward_codecs.storeModifier and TypeClassDescription(package private) final class
AChecksumIndexInput
wrapper that changes the endianness of the provided index output.(package private) final class
AIndexInput
wrapper that changes the endianness of the provided index input.Methods in org.apache.lucene.backward_codecs.store that return IndexInputModifier and TypeMethodDescriptionEndiannessReverserIndexInput.clone()
static IndexInput
Open an index inputConstructors in org.apache.lucene.backward_codecs.store with parameters of type IndexInputModifierConstructorDescription(package private)
(package private)
-
Uses of IndexInput in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as IndexInputModifier and TypeFieldDescriptionprivate IndexInput[]
MultiLevelSkipListReader.skipStream
skipStream for each level.Methods in org.apache.lucene.codecs with parameters of type IndexInputModifier and TypeMethodDescriptionstatic long
CodecUtil.checksumEntireFile
(IndexInput input) Clones the provided input, reads all bytes from the file, and callsCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput)
abstract void
PostingsReaderBase.init
(IndexInput termsIn, SegmentReadState state) Performs any initialization, such as reading and verifying the header from the provided terms dictionaryIndexInput
.protected long
MultiLevelSkipListReader.readChildPointer
(IndexInput skipStream) read the child pointer written viaMultiLevelSkipListWriter.writeChildPointer(long, DataOutput)
.(package private) static long
CodecUtil.readCRC
(IndexInput input) Reads CRC32 value as a 64-bit long from the input.static byte[]
CodecUtil.readFooter
(IndexInput in) Retrieves the full footer from the providedIndexInput
.static byte[]
CodecUtil.readIndexHeader
(IndexInput in) Retrieves the full index header from the providedIndexInput
.protected long
MultiLevelSkipListReader.readLevelLength
(IndexInput skipStream) read the length of the current level written viaMultiLevelSkipListWriter.writeLevelLength(long, IndexOutput)
.protected abstract int
MultiLevelSkipListReader.readSkipData
(int level, IndexInput skipStream) Subclasses must implement the actual skip data encoding in this method.static long
CodecUtil.retrieveChecksum
(IndexInput in) Returns (but does not validate) the checksum previously written byCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput)
.static long
CodecUtil.retrieveChecksum
(IndexInput in, long expectedLength) Returns (but does not validate) the checksum previously written byCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput)
.private static void
CodecUtil.validateFooter
(IndexInput in) static void
CodecUtil.verifyAndCopyIndexHeader
(IndexInput in, DataOutput out, byte[] expectedID) Expert: verifies the incomingIndexInput
has an index header and that its segment ID matches the expected one, and then copies that index header into the providedDataOutput
.Constructors in org.apache.lucene.codecs with parameters of type IndexInputModifierConstructorDescriptionprotected
MultiLevelSkipListReader
(IndexInput skipStream, int maxSkipLevels, int skipInterval) Creates aMultiLevelSkipListReader
, whereskipInterval
andskipMultiplier
are the same.protected
MultiLevelSkipListReader
(IndexInput skipStream, int maxSkipLevels, int skipInterval, int skipMultiplier) Creates aMultiLevelSkipListReader
. -
Uses of IndexInput in org.apache.lucene.codecs.blockterms
Fields in org.apache.lucene.codecs.blockterms declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
BlockTermsReader.FieldReader.SegmentTermsEnum.in
private final IndexInput
BlockTermsReader.in
Methods in org.apache.lucene.codecs.blockterms with parameters of type IndexInputModifier and TypeMethodDescriptionprivate void
BlockTermsReader.seekDir
(IndexInput input) private void
FixedGapTermsIndexReader.seekDir
(IndexInput input) private void
VariableGapTermsIndexReader.seekDir
(IndexInput input) Constructors in org.apache.lucene.codecs.blockterms with parameters of type IndexInputModifierConstructorDescriptionFieldIndexData
(IndexInput in, PagedBytes termBytes, long indexStart, long termsStart, long packedIndexStart, long packedOffsetsStart, long numIndexTerms) FieldIndexData
(IndexInput in, FieldInfo fieldInfo, long indexStart) -
Uses of IndexInput in org.apache.lucene.codecs.blocktreeords
Fields in org.apache.lucene.codecs.blocktreeords declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
OrdsBlockTreeTermsReader.in
(package private) final IndexInput
OrdsIntersectTermsEnum.in
(package private) IndexInput
OrdsSegmentTermsEnum.in
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static BytesRef
OrdsBlockTreeTermsReader.readBytesRef
(IndexInput in) private void
OrdsBlockTreeTermsReader.seekDir
(IndexInput input) Seekinput
to the directory offset.Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type IndexInputModifierConstructorDescription(package private)
OrdsFieldReader
(OrdsBlockTreeTermsReader parent, FieldInfo fieldInfo, long numTerms, FSTOrdsOutputs.Output rootCode, long sumTotalTermFreq, long sumDocFreq, int docCount, long indexStartFP, IndexInput indexIn, BytesRef minTerm, BytesRef maxTerm) -
Uses of IndexInput in org.apache.lucene.codecs.lucene90
Fields in org.apache.lucene.codecs.lucene90 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene90DocValuesProducer.TermsDict.bytes
(package private) final IndexInput
Lucene90DocValuesProducer.BaseSortedSetDocValues.data
private final IndexInput
Lucene90DocValuesProducer.data
private IndexInput
Lucene90NormsProducer.data
private final IndexInput
Lucene90PointsReader.dataIn
private final IndexInput
Lucene90CompoundReader.handle
(package private) final IndexInput
Lucene90DocValuesProducer.TermsDict.indexBytes
private final IndexInput
Lucene90PointsReader.indexIn
(package private) final IndexInput
IndexedDISI.slice
The slice that stores theDocIdSetIterator
.Fields in org.apache.lucene.codecs.lucene90 with type parameters of type IndexInputModifier and TypeFieldDescriptionprivate IntObjectHashMap
<IndexInput> Lucene90NormsProducer.disiInputs
Methods in org.apache.lucene.codecs.lucene90 that return IndexInputModifier and TypeMethodDescriptionstatic IndexInput
IndexedDISI.createBlockSlice
(IndexInput slice, String sliceDescription, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.private IndexInput
Lucene90NormsProducer.getDisiInput
(FieldInfo field, Lucene90NormsProducer.NormsEntry entry) Methods in org.apache.lucene.codecs.lucene90 with parameters of type IndexInputModifier and TypeMethodDescriptionstatic IndexInput
IndexedDISI.createBlockSlice
(IndexInput slice, String sliceDescription, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.static RandomAccessInput
IndexedDISI.createJumpTable
(IndexInput slice, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long)
.Lucene90DocValuesProducer.readBinary
(IndexInput meta) private void
Lucene90DocValuesProducer.readFields
(IndexInput meta, FieldInfos infos) private void
Lucene90NormsProducer.readFields
(IndexInput meta, FieldInfos infos) private FixedBitSet
Lucene90LiveDocsFormat.readFixedBitSet
(IndexInput input, int length) private Map
<String, Lucene90CompoundReader.FileEntry> Lucene90CompoundReader.readMapping
(IndexInput entriesStream) Lucene90DocValuesProducer.readNumeric
(IndexInput meta) private void
Lucene90DocValuesProducer.readNumeric
(IndexInput meta, Lucene90DocValuesProducer.NumericEntry entry) Lucene90DocValuesProducer.readSorted
(IndexInput meta) Lucene90DocValuesProducer.readSortedNumeric
(IndexInput meta) Lucene90DocValuesProducer.readSortedNumeric
(IndexInput meta, Lucene90DocValuesProducer.SortedNumericEntry entry) Lucene90DocValuesProducer.readSortedSet
(IndexInput meta) private static void
Lucene90DocValuesProducer.readTermDict
(IndexInput meta, Lucene90DocValuesProducer.TermsDictEntry entry) Constructors in org.apache.lucene.codecs.lucene90 with parameters of type IndexInputModifierConstructorDescription(package private)
IndexedDISI
(IndexInput in, long offset, long length, int jumpTableEntryCount, byte denseRankPower, long cost) This constructor always creates a new blockSlice and a new jumpTable from in, to ensure that operations are independent from the caller.(package private)
IndexedDISI
(IndexInput blockSlice, RandomAccessInput jumpTable, int jumpTableEntryCount, byte denseRankPower, long cost) This constructor allows to pass the slice and jumpTable directly in case it helps reuse.private
Lucene90DocValuesProducer
(Map<String, Lucene90DocValuesProducer.NumericEntry> numerics, Map<String, Lucene90DocValuesProducer.BinaryEntry> binaries, Map<String, Lucene90DocValuesProducer.SortedEntry> sorted, Map<String, Lucene90DocValuesProducer.SortedSetEntry> sortedSets, Map<String, Lucene90DocValuesProducer.SortedNumericEntry> sortedNumerics, IndexInput data, int maxDoc, int version, boolean merging) (package private)
TermsDict
(Lucene90DocValuesProducer.TermsDictEntry entry, IndexInput data) -
Uses of IndexInput in org.apache.lucene.codecs.lucene90.blocktree
Fields in org.apache.lucene.codecs.lucene90.blocktree declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
IntersectTermsEnum.in
(package private) IndexInput
SegmentTermsEnum.in
(package private) final IndexInput
Lucene90BlockTreeTermsReader.indexIn
(package private) final IndexInput
Lucene90BlockTreeTermsReader.termsIn
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static BytesRef
Lucene90BlockTreeTermsReader.readBytesRef
(IndexInput in) Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IndexInputModifierConstructorDescription(package private)
FieldReader
(Lucene90BlockTreeTermsReader parent, FieldInfo fieldInfo, long numTerms, BytesRef rootCode, long sumTotalTermFreq, long sumDocFreq, int docCount, long indexStartFP, IndexInput metaIn, IndexInput indexIn, BytesRef minTerm, BytesRef maxTerm) -
Uses of IndexInput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
Lucene90CompressingStoredFieldsReader.fieldsStream
private final IndexInput
FieldsIndexReader.indexInput
(package private) final IndexInput
Lucene90CompressingTermVectorsReader.vectorsStream
Methods in org.apache.lucene.codecs.lucene90.compressing that return IndexInputModifier and TypeMethodDescription(package private) IndexInput
Lucene90CompressingStoredFieldsReader.getFieldsStream()
(package private) IndexInput
Lucene90CompressingTermVectorsReader.getVectorsStream()
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type IndexInputModifier and TypeMethodDescription(package private) static void
StoredFieldsInts.readInts
(IndexInput in, int count, long[] values, int offset) Readcount
integers intovalues
.private static void
StoredFieldsInts.readInts16
(IndexInput in, int count, long[] values, int offset) private static void
StoredFieldsInts.readInts32
(IndexInput in, int count, long[] values, int offset) private static void
StoredFieldsInts.readInts8
(IndexInput in, int count, long[] values, int offset) private static RandomAccessInput
Lucene90CompressingTermVectorsReader.slice
(IndexInput in) Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type IndexInputModifierConstructorDescription(package private)
FieldsIndexReader
(Directory dir, String name, String suffix, String extension, String codecName, byte[] id, IndexInput metaIn) -
Uses of IndexInput in org.apache.lucene.codecs.lucene912
Fields in org.apache.lucene.codecs.lucene912 declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
Lucene912PostingsReader.BlockDocsEnum.docIn
(package private) final IndexInput
Lucene912PostingsReader.BlockImpactsDocsEnum.docIn
(package private) final IndexInput
Lucene912PostingsReader.BlockImpactsPostingsEnum.docIn
private final IndexInput
Lucene912PostingsReader.docIn
(package private) IndexInput
Lucene912PostingsReader.EverythingEnum.docIn
(package private) final IndexInput
Lucene912PostingsReader.EverythingEnum.payIn
private final IndexInput
Lucene912PostingsReader.payIn
(package private) final IndexInput
Lucene912PostingsReader.BlockImpactsPostingsEnum.posIn
(package private) final IndexInput
Lucene912PostingsReader.EverythingEnum.posIn
private final IndexInput
Lucene912PostingsReader.posIn
(package private) final IndexInput
Lucene912PostingsReader.BlockDocsEnum.startDocIn
(package private) final IndexInput
Lucene912PostingsReader.BlockImpactsDocsEnum.startDocIn
(package private) final IndexInput
Lucene912PostingsReader.BlockImpactsPostingsEnum.startDocIn
(package private) final IndexInput
Lucene912PostingsReader.EverythingEnum.startDocIn
Methods in org.apache.lucene.codecs.lucene912 with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
Lucene912PostingsReader.BlockDocsEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) boolean
Lucene912PostingsReader.EverythingEnum.canReuse
(IndexInput docIn, FieldInfo fieldInfo) void
Lucene912PostingsReader.init
(IndexInput termsIn, SegmentReadState state) (package private) static void
PostingsUtil.readVIntBlock
(IndexInput docIn, long[] docBuffer, long[] freqBuffer, int num, boolean indexHasFreq, boolean decodeFreq) Read values that have been written using variable-length encoding and group-varint encoding instead of bit-packing.(package private) void
ForDeltaUtil.skip
(IndexInput in) Constructors in org.apache.lucene.codecs.lucene912 with parameters of type IndexInputModifierConstructorDescriptionPostingIndexInput
(IndexInput in, ForUtil forUtil, ForDeltaUtil forDeltaUtil) -
Uses of IndexInput in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static VectorSimilarityFunction
Lucene94FieldInfosFormat.getDistFunc
(IndexInput input, byte b) private static DocValuesType
Lucene94FieldInfosFormat.getDocValuesType
(IndexInput input, byte b) private static IndexOptions
Lucene94FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) private static VectorEncoding
Lucene94FieldInfosFormat.getVectorEncoding
(IndexInput input, byte b) -
Uses of IndexInput in org.apache.lucene.codecs.lucene95
Fields in org.apache.lucene.codecs.lucene95 declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
OffHeapByteVectorValues.SparseOffHeapVectorValues.dataIn
private final IndexInput
OffHeapFloatVectorValues.SparseOffHeapVectorValues.dataIn
protected final IndexInput
OffHeapByteVectorValues.slice
protected final IndexInput
OffHeapFloatVectorValues.slice
Methods in org.apache.lucene.codecs.lucene95 that return IndexInputModifier and TypeMethodDescriptionOffHeapByteVectorValues.getSlice()
OffHeapFloatVectorValues.getSlice()
Methods in org.apache.lucene.codecs.lucene95 with parameters of type IndexInputModifier and TypeMethodDescriptionOrdToDocDISIReaderConfiguration.fromStoredMeta
(IndexInput inputMeta, int size) Reads in the necessary fields stored in the outputMeta to configureDirectMonotonicReader
andIndexedDISI
.OrdToDocDISIReaderConfiguration.getDirectMonotonicReader
(IndexInput dataIn) OrdToDocDISIReaderConfiguration.getIndexedDISI
(IndexInput dataIn) static OffHeapByteVectorValues
OffHeapByteVectorValues.load
(VectorSimilarityFunction vectorSimilarityFunction, FlatVectorsScorer flatVectorsScorer, OrdToDocDISIReaderConfiguration configuration, VectorEncoding vectorEncoding, int dimension, long vectorDataOffset, long vectorDataLength, IndexInput vectorData) static OffHeapFloatVectorValues
OffHeapFloatVectorValues.load
(VectorSimilarityFunction vectorSimilarityFunction, FlatVectorsScorer flatVectorsScorer, OrdToDocDISIReaderConfiguration configuration, VectorEncoding vectorEncoding, int dimension, long vectorDataOffset, long vectorDataLength, IndexInput vectorData) Constructors in org.apache.lucene.codecs.lucene95 with parameters of type IndexInputModifierConstructorDescriptionDenseOffHeapVectorValues
(int dimension, int size, IndexInput slice, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction vectorSimilarityFunction) DenseOffHeapVectorValues
(int dimension, int size, IndexInput slice, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction similarityFunction) (package private)
OffHeapByteVectorValues
(int dimension, int size, IndexInput slice, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction similarityFunction) (package private)
OffHeapFloatVectorValues
(int dimension, int size, IndexInput slice, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction similarityFunction) SparseOffHeapVectorValues
(OrdToDocDISIReaderConfiguration configuration, IndexInput dataIn, IndexInput slice, int dimension, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction vectorSimilarityFunction) SparseOffHeapVectorValues
(OrdToDocDISIReaderConfiguration configuration, IndexInput dataIn, IndexInput slice, int dimension, int byteSize, FlatVectorsScorer flatVectorsScorer, VectorSimilarityFunction similarityFunction) -
Uses of IndexInput in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
Lucene99HnswVectorsReader.OffHeapHnswGraph.dataIn
private final IndexInput
OffHeapQuantizedByteVectorValues.SparseOffHeapVectorValues.dataIn
private final IndexInput
Lucene99ScalarQuantizedVectorsReader.quantizedVectorData
protected final IndexInput
OffHeapQuantizedByteVectorValues.slice
private final IndexInput
Lucene99FlatVectorsReader.vectorData
private final IndexInput
Lucene99HnswVectorsReader.vectorIndex
Methods in org.apache.lucene.codecs.lucene99 that return IndexInputModifier and TypeMethodDescriptionOffHeapQuantizedByteVectorValues.getSlice()
private static IndexInput
Lucene99FlatVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) private static IndexInput
Lucene99HnswVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) private static IndexInput
Lucene99ScalarQuantizedVectorsReader.openDataInput
(SegmentReadState state, int versionMeta, String fileExtension, String codecName, IOContext context) Methods in org.apache.lucene.codecs.lucene99 with parameters of type IndexInputModifier and TypeMethodDescriptionOffHeapQuantizedByteVectorValues.load
(OrdToDocDISIReaderConfiguration configuration, int dimension, int size, ScalarQuantizer scalarQuantizer, VectorSimilarityFunction similarityFunction, FlatVectorsScorer vectorsScorer, boolean compress, long quantizedVectorDataOffset, long quantizedVectorDataLength, IndexInput vectorData) Lucene99FlatVectorsReader.readField
(IndexInput input, FieldInfo info) Lucene99HnswVectorsReader.readField
(IndexInput input, FieldInfo info) Lucene99ScalarQuantizedVectorsReader.readField
(IndexInput input, int versionMeta, FieldInfo info) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type IndexInputModifierConstructorDescriptionDenseOffHeapVectorValues
(int dimension, int size, ScalarQuantizer scalarQuantizer, boolean compress, VectorSimilarityFunction similarityFunction, FlatVectorsScorer vectorsScorer, IndexInput slice) (package private)
FieldEntry
(IndexInput input, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction) (package private)
FieldEntry
(IndexInput input, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction) (package private)
FieldEntry
(IndexInput input, int versionMeta, VectorEncoding vectorEncoding, VectorSimilarityFunction similarityFunction) (package private)
OffHeapHnswGraph
(Lucene99HnswVectorsReader.FieldEntry entry, IndexInput vectorIndex) (package private)
OffHeapQuantizedByteVectorValues
(int dimension, int size, ScalarQuantizer scalarQuantizer, VectorSimilarityFunction similarityFunction, FlatVectorsScorer vectorsScorer, boolean compress, IndexInput slice) SparseOffHeapVectorValues
(OrdToDocDISIReaderConfiguration configuration, int dimension, int size, ScalarQuantizer scalarQuantizer, boolean compress, IndexInput dataIn, VectorSimilarityFunction similarityFunction, FlatVectorsScorer vectorsScorer, IndexInput slice) -
Uses of IndexInput in org.apache.lucene.codecs.memory
Fields in org.apache.lucene.codecs.memory declared as IndexInputMethods in org.apache.lucene.codecs.memory with parameters of type IndexInputModifier and TypeMethodDescriptionprivate void
FSTTermsReader.checkFieldSummary
(SegmentInfo info, IndexInput in, FSTTermsReader.TermsReader field, FSTTermsReader.TermsReader previous) private void
FSTTermsReader.seekDir
(IndexInput in) Constructors in org.apache.lucene.codecs.memory with parameters of type IndexInputModifierConstructorDescription(package private)
TermsReader
(FieldInfo fieldInfo, IndexInput in, long numTerms, long sumTotalTermFreq, long sumDocFreq, int docCount) -
Uses of IndexInput in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
SimpleTextDocValuesReader.data
private final IndexInput
SimpleTextKnnVectorsReader.dataIn
private final IndexInput
SimpleTextPointsReader.dataIn
(package private) final IndexInput
SimpleTextBKDReader.in
private final IndexInput
SimpleTextBKDReader.SimpleTextPointTree.in
private final IndexInput
SimpleTextFieldsReader.in
private final IndexInput
SimpleTextFieldsReader.SimpleTextDocsEnum.in
private final IndexInput
SimpleTextFieldsReader.SimpleTextPostingsEnum.in
private final IndexInput
SimpleTextKnnVectorsReader.SimpleTextByteVectorValues.in
private final IndexInput
SimpleTextKnnVectorsReader.SimpleTextFloatVectorValues.in
private IndexInput
SimpleTextStoredFieldsReader.in
private IndexInput
SimpleTextTermVectorsReader.in
private final IndexInput
SimpleTextFieldsReader.SimpleTextDocsEnum.inStart
private final IndexInput
SimpleTextFieldsReader.SimpleTextPostingsEnum.inStart
Methods in org.apache.lucene.codecs.simpletext with parameters of type IndexInputModifier and TypeMethodDescriptionboolean
SimpleTextFieldsReader.SimpleTextDocsEnum.canReuse
(IndexInput in) boolean
SimpleTextFieldsReader.SimpleTextPostingsEnum.canReuse
(IndexInput in) protected long
SimpleTextSkipReader.readChildPointer
(IndexInput skipStream) (package private) int
SimpleTextBKDReader.SimpleTextPointTree.readDocIDs
(IndexInput in, long blockFP, int[] docIDs) SimpleTextFieldsReader.readFields
(IndexInput in) private int
SimpleTextKnnVectorsReader.readInt
(IndexInput in, BytesRef field) protected long
SimpleTextSkipReader.readLevelLength
(IndexInput skipStream) private void
SimpleTextBKDReader.SimpleTextPointTree.readLine
(IndexInput in, BytesRefBuilder scratch) private void
SimpleTextPointsReader.readLine
(IndexInput in) private long
SimpleTextKnnVectorsReader.readLong
(IndexInput in, BytesRef field) protected int
SimpleTextSkipReader.readSkipData
(int level, IndexInput skipStream) private String
SimpleTextKnnVectorsReader.readString
(IndexInput in, BytesRef field) Constructors in org.apache.lucene.codecs.simpletext with parameters of type IndexInputModifierConstructorDescriptionSimpleTextBKDReader
(IndexInput in, int numDims, int numIndexDims, int maxPointsInLeafNode, int bytesPerDim, long[] leafBlockFPs, byte[] splitPackedValues, byte[] minPackedValue, byte[] maxPackedValue, long pointCount, int docCount) (package private)
(package private)
private
SimpleTextPointTree
(IndexInput in, int nodeID, int level, byte[] minPackedValue, byte[] maxPackedValue) (package private)
SimpleTextSkipReader
(IndexInput skipStream) (package private)
SimpleTextStoredFieldsReader
(long[] offsets, IndexInput in, FieldInfos fieldInfos) (package private)
SimpleTextTermVectorsReader
(long[] offsets, IndexInput in) -
Uses of IndexInput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as IndexInputModifier and TypeFieldDescriptionprotected IndexInput
BlockReader.blockInput
IndexInput
on theblock file
.protected final IndexInput
UniformSplitTerms.blockInput
protected final IndexInput
UniformSplitTermsReader.blockInput
protected final IndexInput
FSTDictionary.BrowserSupplier.dictionaryInput
protected final IndexInput
UniformSplitTermsReader.dictionaryInput
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type IndexInputModifier and TypeMethodDescriptionprotected IndexDictionary.BrowserSupplier
UniformSplitTermsReader.createDictionaryBrowserSupplier
(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap) protected void
UniformSplitTermsReader.fillFieldMap
(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos) protected Collection
<FieldMetadata> UniformSplitTermsReader.readFieldsMetadata
(IndexInput indexInput, BlockDecoder blockDecoder, FieldInfos fieldInfos, FieldMetadata.Serializer fieldMetadataReader, int maxNumDocs) protected void
UniformSplitTermsReader.seekFieldsMetadata
(IndexInput indexInput) Positions the givenIndexInput
at the beginning of the fields metadata.Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type IndexInputModifierConstructorDescriptionprotected
BlockReader
(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder) BrowserSupplier
(IndexInput dictionaryInput, long dictionaryStartFP, BlockDecoder blockDecoder, boolean isFSTOnHeap) protected
IntersectBlockReader
(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder) protected
UniformSplitTerms
(IndexInput blockInput, FieldMetadata fieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier) -
Uses of IndexInput in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexInputModifier and TypeMethodDescription -
Uses of IndexInput in org.apache.lucene.internal.vectorization
Fields in org.apache.lucene.internal.vectorization declared as IndexInputMethods in org.apache.lucene.internal.vectorization with parameters of type IndexInputModifier and TypeMethodDescriptionDefaultVectorizationProvider.newPostingDecodingUtil
(IndexInput input) abstract PostingDecodingUtil
VectorizationProvider.newPostingDecodingUtil
(IndexInput input) Create a newPostingDecodingUtil
for the givenIndexInput
.Constructors in org.apache.lucene.internal.vectorization with parameters of type IndexInputModifierConstructorDescriptionprotected
Sole constructor, called by sub-classes. -
Uses of IndexInput in org.apache.lucene.misc.index
Fields in org.apache.lucene.misc.index declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
BPIndexReorderer.ForwardIndex.startOffsetsInput
private final IndexInput
BPIndexReorderer.ForwardIndex.terms
Constructors in org.apache.lucene.misc.index with parameters of type IndexInputModifierConstructorDescription(package private)
ForwardIndex
(IndexInput startOffsetsInput, IndexInput terms, int maxTerm) -
Uses of IndexInput in org.apache.lucene.misc.store
Subclasses of IndexInput in org.apache.lucene.misc.storeModifier and TypeClassDescriptionprivate static final class
(package private) static final class
Reads bytes withRandomAccessFile.seek(long)
followed byRandomAccessFile.read(byte[], int, int)
.Methods in org.apache.lucene.misc.store that return IndexInputModifier and TypeMethodDescriptionCreates an IndexInput for the file with the given name. -
Uses of IndexInput in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
IDVersionSegmentTermsEnum.in
(package private) final IndexInput
VersionBlockTreeTermsReader.in
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type IndexInputModifier and TypeMethodDescriptionvoid
IDVersionPostingsReader.init
(IndexInput termsIn, SegmentReadState state) private static BytesRef
VersionBlockTreeTermsReader.readBytesRef
(IndexInput in) private void
VersionBlockTreeTermsReader.seekDir
(IndexInput input) Seekinput
to the directory offset.Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type IndexInputModifierConstructorDescription(package private)
VersionFieldReader
(VersionBlockTreeTermsReader parent, FieldInfo fieldInfo, long numTerms, PairOutputs.Pair<BytesRef, Long> rootCode, long sumTotalTermFreq, long sumDocFreq, int docCount, long indexStartFP, IndexInput indexIn, BytesRef minTerm, BytesRef maxTerm) -
Uses of IndexInput in org.apache.lucene.search.suggest.document
Fields in org.apache.lucene.search.suggest.document declared as IndexInputModifier and TypeFieldDescriptionprivate IndexInput
CompletionFieldsProducer.dictIn
private final IndexInput
CompletionsTermsReader.dictIn
Methods in org.apache.lucene.search.suggest.document with parameters of type IndexInputModifier and TypeMethodDescriptionstatic NRTSuggester
NRTSuggester.load
(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode) private static boolean
NRTSuggester.shouldLoadFSTOffHeap
(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode) Constructors in org.apache.lucene.search.suggest.document with parameters of type IndexInputModifierConstructorDescription(package private)
CompletionsTermsReader
(IndexInput dictIn, long offset, long minWeight, long maxWeight, byte type, CompletionPostingsFormat.FSTLoadMode fstLoadMode) Creates a CompletionTermsReader to load a field-specific suggester from the indexdictIn
withoffset
-
Uses of IndexInput in org.apache.lucene.store
Subclasses of IndexInput in org.apache.lucene.storeModifier and TypeClassDescriptionclass
Simple implementation ofChecksumIndexInput
that wraps another input and delegates calls.class
Base implementation class for bufferedIndexInput
.private static final class
Implementation of an IndexInput that reads from a portion of a file.class
Deprecated.(package private) static final class
Deprecated.This class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static final class
Deprecated.Optimization of ByteBufferIndexInput for when there is only one bufferfinal class
class
Extension of IndexInput, computing checksum as it goes.class
IndexInput implementation that delegates calls to another directory.(package private) static final class
Reads bytes withFileChannel.read(ByteBuffer, long)
Fields in org.apache.lucene.store declared as IndexInputModifier and TypeFieldDescription(package private) IndexInput
BufferedIndexInput.SlicedIndexInput.base
private IndexInput
ByteBuffersDirectory.FileEntry.content
protected final IndexInput
FilterIndexInput.in
(package private) final IndexInput
BufferedChecksumIndexInput.main
Fields in org.apache.lucene.store with type parameters of type IndexInputModifier and TypeFieldDescriptionstatic final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_BYTE_ARRAY
static final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS
static final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS_LUCENE
Deprecated.UseByteBuffersDirectory.OUTPUT_AS_MANY_BUFFERS
instead.static final BiFunction
<String, ByteBuffersDataOutput, IndexInput> ByteBuffersDirectory.OUTPUT_AS_ONE_BUFFER
private final BiFunction
<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 IndexInputModifier and TypeMethodDescriptionBufferedChecksumIndexInput.clone()
ByteBuffersIndexInput.clone()
IndexInput.clone()
Returns a clone of this stream.FilterIndexInput.getDelegate()
Gets the delegate that was passed in on creationByteBuffersDirectory.FileEntry.openInput()
abstract IndexInput
Opens a stream for reading an existing file.MappedByteBufferIndexInputProvider.openInput
(Path path, IOContext context, int chunkSizePower, boolean preload, Optional<String> unusedGroup, Object unusedAttachment) MMapDirectory.MMapIndexInputProvider.openInput
(Path path, IOContext context, int chunkSizePower, boolean preload, Optional<String> group, A attachment) Creates an IndexInput for the file with the given name.abstract IndexInput
Creates a slice of this index input, with the given description, offset, and length.static IndexInput
FilterIndexInput.unwrap
(IndexInput in) Unwraps all FilterIndexInputs until the first non-FilterIndexInput IndexInput instance and returns itstatic IndexInput
FilterIndexInput.unwrapOnlyTest
(IndexInput in) Unwraps all test FilterIndexInputs until the first non-test FilterIndexInput IndexInput instance and returns itMethods in org.apache.lucene.store with parameters of type IndexInputModifier and TypeMethodDescriptionstatic IndexInput
FilterIndexInput.unwrap
(IndexInput in) Unwraps all FilterIndexInputs until the first non-FilterIndexInput IndexInput instance and returns itstatic IndexInput
FilterIndexInput.unwrapOnlyTest
(IndexInput in) Unwraps all test FilterIndexInputs until the first non-test FilterIndexInput IndexInput instance and returns itstatic BufferedIndexInput
BufferedIndexInput.wrap
(String sliceDescription, IndexInput other, long offset, long length) Wraps a portion of another IndexInput with buffering.Method parameters in org.apache.lucene.store with type arguments of type IndexInputModifier and TypeMethodDescription(package private) final IndexOutput
ByteBuffersDirectory.FileEntry.createOutput
(BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) Constructors in org.apache.lucene.store with parameters of type IndexInputModifierConstructorDescriptionCreates a new BufferedChecksumIndexInputFilterIndexInput
(String resourceDescription, IndexInput in) Creates a FilterIndexInput with a resource description and wrapped delegate IndexInput(package private)
SlicedIndexInput
(String sliceDescription, IndexInput base, long offset, long length) Constructor parameters in org.apache.lucene.store with type arguments of type IndexInputModifierConstructorDescriptionByteBuffersDirectory
(LockFactory factory, Supplier<ByteBuffersDataOutput> bbOutputSupplier, BiFunction<String, ByteBuffersDataOutput, IndexInput> outputToInput) -
Uses of IndexInput in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type IndexInputModifier and TypeMethodDescriptionvoid
PagedBytes.copy
(IndexInput in, long byteCount) Read this many bytes from in -
Uses of IndexInput in org.apache.lucene.util.bkd
Fields in org.apache.lucene.util.bkd declared as IndexInputModifier and TypeFieldDescription(package private) final IndexInput
BKDReader.in
(package private) final IndexInput
OfflinePointReader.in
private final IndexInput
BKDReader.indexIn
private final IndexInput
BKDReader.BKDPointTree.innerNodes
private final IndexInput
BKDReader.BKDPointTree.leafNodes
Methods in org.apache.lucene.util.bkd with parameters of type IndexInputModifier and TypeMethodDescriptionprivate static void
DocIdsWriter.readBitSet
(IndexInput in, int count, int[] docIDs) private static void
DocIdsWriter.readBitSet
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private static DocIdSetIterator
DocIdsWriter.readBitSetIterator
(IndexInput in, int count) private void
BKDReader.BKDPointTree.readCommonPrefixes
(int[] commonPrefixLengths, byte[] scratchPackedValue, IndexInput in) private int
BKDReader.BKDPointTree.readCompressedDim
(IndexInput in) private static void
DocIdsWriter.readContinuousIds
(IndexInput in, int count, int[] docIDs) private static void
DocIdsWriter.readContinuousIds
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private static void
DocIdsWriter.readDelta16
(IndexInput in, int count, int[] docIDs) private void
DocIdsWriter.readDelta16
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private int
BKDReader.BKDPointTree.readDocIDs
(IndexInput in, long blockFP, BKDReader.BKDReaderDocIDSetIterator iterator) (package private) void
DocIdsWriter.readInts
(IndexInput in, int count, int[] docIDs) Readcount
integers intodocIDs
.(package private) void
DocIdsWriter.readInts
(IndexInput in, int count, PointValues.IntersectVisitor visitor) Readcount
integers and feed the result directly toPointValues.IntersectVisitor.visit(int)
.private static void
DocIdsWriter.readInts24
(IndexInput in, int count, int[] docIDs) private static void
DocIdsWriter.readInts24
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private static void
DocIdsWriter.readInts32
(IndexInput in, int count, int[] docIDs) private void
DocIdsWriter.readInts32
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private static void
DocIdsWriter.readLegacyDeltaVInts
(IndexInput in, int count, int[] docIDs) private static void
DocIdsWriter.readLegacyDeltaVInts
(IndexInput in, int count, PointValues.IntersectVisitor visitor) private void
BKDReader.BKDPointTree.readMinMax
(int[] commonPrefixLengths, byte[] minPackedValue, byte[] maxPackedValue, IndexInput in) private void
BKDReader.BKDPointTree.visitCompressedDocValues
(int[] commonPrefixLengths, byte[] scratchPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor, int compressedDim) private void
BKDReader.BKDPointTree.visitDocValuesNoCardinality
(int[] commonPrefixLengths, byte[] scratchDataPackedValue, byte[] scratchMinIndexPackedValue, byte[] scratchMaxIndexPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor) private void
BKDReader.BKDPointTree.visitDocValuesWithCardinality
(int[] commonPrefixLengths, byte[] scratchDataPackedValue, byte[] scratchMinIndexPackedValue, byte[] scratchMaxIndexPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor) private void
BKDReader.BKDPointTree.visitSparseRawDocValues
(int[] commonPrefixLengths, byte[] scratchPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor) Constructors in org.apache.lucene.util.bkd with parameters of type IndexInputModifierConstructorDescriptionprivate
BKDPointTree
(IndexInput innerNodes, IndexInput leafNodes, BKDConfig config, int numLeaves, int version, long pointCount, byte[] minPackedValue, byte[] maxPackedValue, boolean isTreeBalanced) private
BKDPointTree
(IndexInput innerNodes, IndexInput leafNodes, BKDConfig config, int numLeaves, int version, long pointCount, int nodeID, int level, byte[] minPackedValue, byte[] maxPackedValue, BKDReader.BKDReaderDocIDSetIterator scratchIterator, byte[] scratchDataPackedValue, byte[] scratchMinIndexPackedValue, byte[] scratchMaxIndexPackedValue, int[] commonPrefixLengths, boolean isTreeBalanced) BKDReader
(IndexInput metaIn, IndexInput indexIn, IndexInput dataIn) Caller must pre-seek the providedIndexInput
to the index location thatBKDWriter.finish(org.apache.lucene.store.IndexOutput, org.apache.lucene.store.IndexOutput, org.apache.lucene.store.IndexOutput)
returned. -
Uses of IndexInput in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as IndexInputConstructors in org.apache.lucene.util.fst with parameters of type IndexInputModifierConstructorDescriptionOffHeapFSTStore
(IndexInput in, long offset, FST.FSTMetadata<?> metadata) -
Uses of IndexInput in org.apache.lucene.util.hnsw
Methods in org.apache.lucene.util.hnsw that return IndexInputModifier and TypeMethodDescriptiondefault IndexInput
RandomAccessVectorValues.getSlice()
Returns a slice of the underlyingIndexInput
that contains the vector values if available -
Uses of IndexInput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as IndexInputModifier and TypeFieldDescriptionprivate final IndexInput
DirectPacked64SingleBlockReader.in
(package private) final IndexInput
DirectPackedReader.in
Methods in org.apache.lucene.util.packed with parameters of type IndexInputModifier and TypeMethodDescriptionstatic DirectMonotonicReader.Meta
DirectMonotonicReader.loadMeta
(IndexInput metaIn, long numValues, int blockShift) Load metadata from the givenIndexInput
.static MonotonicBlockPackedReader
MonotonicBlockPackedReader.of
(IndexInput in, int packedIntsVersion, int blockSize, long valueCount) Sole constructor.Constructors in org.apache.lucene.util.packed with parameters of type IndexInputModifierConstructorDescription(package private)
DirectPacked64SingleBlockReader
(int bitsPerValue, int valueCount, IndexInput in) (package private)
DirectPackedReader
(int bitsPerValue, int valueCount, IndexInput in) private
MonotonicBlockPackedReader
(IndexInput in, int packedIntsVersion, int blockSize, long valueCount)
instanceof
checks).