Uses of Class
org.apache.lucene.store.IndexInput
-
Packages that use IndexInput Package Description org.apache.lucene.backward_codecs.lucene40.blocktree BlockTree terms dictionary.org.apache.lucene.backward_codecs.lucene50 Lucene 5.0 file format.org.apache.lucene.backward_codecs.lucene50.compressing Lucene 5.0 compressing format.org.apache.lucene.backward_codecs.lucene60 Lucene 6.0 file format.org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index format.org.apache.lucene.backward_codecs.lucene80 Components from the Lucene 8.0 index format.org.apache.lucene.backward_codecs.lucene84 Lucene 8.4 file format.org.apache.lucene.backward_codecs.lucene86 Lucene 8.6 file format.org.apache.lucene.backward_codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.backward_codecs.lucene91 Lucene 9.1 file format.org.apache.lucene.backward_codecs.packed Legacy PackedInts methodsorg.apache.lucene.backward_codecs.store store helperorg.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.blockterms Pluggable term index / block terms dictionary implementations.org.apache.lucene.codecs.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.blocktree BlockTree terms dictionary.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene92 Lucene 9.2 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.misc.store Misc Directory implementations.org.apache.lucene.sandbox.codecs.idversion A primary-key postings format that associates a version (long) with each term and can provide fail-fast lookups by ID and version.org.apache.lucene.search.suggest.document Support for document suggestionorg.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.fst Finite state transducersorg.apache.lucene.util.packed 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 IndexInput Modifier and Type Field Description (package private) IndexInputIntersectTermsEnum. in(package private) IndexInputSegmentTermsEnum. in(package private) IndexInputLucene40BlockTreeTermsReader. indexIn(package private) IndexInputLucene40BlockTreeTermsReader. termsInMethods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type IndexInput Modifier and Type Method Description private static BytesRefLucene40BlockTreeTermsReader. readBytesRef(IndexInput in)private static voidLucene40BlockTreeTermsReader. seekDir(IndexInput input)Seekinputto the directory offset.Constructors in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type IndexInput Constructor Description 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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene50PostingsReader.BlockDocsEnum. docIn(package private) IndexInputLucene50PostingsReader.BlockImpactsEverythingEnum. docIn(package private) IndexInputLucene50PostingsReader.BlockImpactsPostingsEnum. docInprivate IndexInputLucene50PostingsReader. docIn(package private) IndexInputLucene50PostingsReader.EverythingEnum. docInprivate IndexInputLucene50CompoundReader. handle(package private) IndexInputLucene50PostingsReader.BlockImpactsEverythingEnum. payIn(package private) IndexInputLucene50PostingsReader.EverythingEnum. payInprivate IndexInputLucene50PostingsReader. payIn(package private) IndexInputLucene50PostingsReader.BlockImpactsEverythingEnum. posIn(package private) IndexInputLucene50PostingsReader.BlockImpactsPostingsEnum. posIn(package private) IndexInputLucene50PostingsReader.EverythingEnum. posInprivate IndexInputLucene50PostingsReader. posIn(package private) IndexInputLucene50PostingsReader.BlockDocsEnum. startDocIn(package private) IndexInputLucene50PostingsReader.EverythingEnum. startDocInMethods in org.apache.lucene.backward_codecs.lucene50 that return IndexInput Modifier and Type Method Description IndexInputLucene50CompoundReader. openInput(java.lang.String name, IOContext context)Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type IndexInput Modifier and Type Method Description booleanLucene50PostingsReader.BlockDocsEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)booleanLucene50PostingsReader.EverythingEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)voidLucene50PostingsReader. init(IndexInput termsIn, SegmentReadState state)(package private) voidForUtil. readBlock(IndexInput in, byte[] encoded, int[] decoded)Read the next block of data (Forformat).private FixedBitSetLucene50LiveDocsFormat. readFixedBitSet(IndexInput input, int length)protected voidLucene50ScoreSkipReader. readImpacts(int level, IndexInput skipStream)protected voidLucene50SkipReader. readImpacts(int level, IndexInput skipStream)private java.util.Map<java.lang.String,Lucene50CompoundReader.FileEntry>Lucene50CompoundReader. readMapping(IndexInput entriesStream)protected intLucene50SkipReader. readSkipData(int level, IndexInput skipStream)(package private) static voidLucene50PostingsReader. 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) voidForUtil. skipBlock(IndexInput in)Skip the next block of data.Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type IndexInput Constructor Description Lucene50ScoreSkipReader(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 IndexInput Modifier and Type Field Description private IndexInputLucene50CompressingStoredFieldsReader. fieldsStreamprivate IndexInputFieldsIndexReader. indexInput(package private) IndexInputLucene50CompressingTermVectorsReader. vectorsStreamConstructors in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type IndexInput Constructor Description FieldsIndexReader(Directory dir, java.lang.String name, java.lang.String suffix, java.lang.String extension, java.lang.String codecName, byte[] id, IndexInput metaIn)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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene60PointsReader. dataInMethods in org.apache.lucene.backward_codecs.lucene60 with parameters of type IndexInput Modifier and Type Method Description private static DocValuesTypeLucene60FieldInfosFormat. getDocValuesType(IndexInput input, byte b)private static IndexOptionsLucene60FieldInfosFormat. 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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene70DocValuesProducer.TermsDict. bytes(package private) IndexInputLucene70DocValuesProducer.BaseSortedDocValues. data(package private) IndexInputLucene70DocValuesProducer.BaseSortedSetDocValues. dataprivate IndexInputLucene70DocValuesProducer. dataprivate IndexInputLucene70NormsProducer. data(package private) IndexInputLucene70DocValuesProducer.TermsDict. indexBytesprivate IndexInputIndexedDISI. sliceThe slice that stores theDocIdSetIterator.Fields in org.apache.lucene.backward_codecs.lucene70 with type parameters of type IndexInput Modifier and Type Field Description private java.util.Map<java.lang.Integer,IndexInput>Lucene70NormsProducer. disiInputsMethods in org.apache.lucene.backward_codecs.lucene70 that return IndexInput Modifier and Type Method Description private IndexInputLucene70NormsProducer. getDisiInput(FieldInfo field, Lucene70NormsProducer.NormsEntry entry)Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexInput Modifier and Type Method Description private voidLucene70NormsProducer. readFields(IndexInput meta, FieldInfos infos)Constructors in org.apache.lucene.backward_codecs.lucene70 with parameters of type IndexInput Constructor Description BaseSortedDocValues(Lucene70DocValuesProducer.SortedEntry entry, IndexInput data)BaseSortedSetDocValues(Lucene70DocValuesProducer.SortedSetEntry entry, IndexInput data)IndexedDISI(IndexInput slice, long cost)IndexedDISI(IndexInput in, long offset, long length, long cost)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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene80DocValuesProducer.TermsDict. bytesprivate IndexInputLucene80DocValuesProducer.BinaryDecoder. compressedData(package private) IndexInputLucene80DocValuesProducer.BaseSortedDocValues. data(package private) IndexInputLucene80DocValuesProducer.BaseSortedSetDocValues. dataprivate IndexInputLucene80DocValuesProducer. dataprivate IndexInputLucene80NormsProducer. data(package private) IndexInputLucene80DocValuesProducer.TermsDict. indexBytes(package private) IndexInputIndexedDISI. sliceThe slice that stores theDocIdSetIterator.Fields in org.apache.lucene.backward_codecs.lucene80 with type parameters of type IndexInput Modifier and Type Field Description private java.util.Map<java.lang.Integer,IndexInput>Lucene80NormsProducer. disiInputsMethods in org.apache.lucene.backward_codecs.lucene80 that return IndexInput Modifier and Type Method Description static IndexInputIndexedDISI. createBlockSlice(IndexInput slice, java.lang.String sliceDescription, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).private IndexInputLucene80NormsProducer. getDisiInput(FieldInfo field, Lucene80NormsProducer.NormsEntry entry)Methods in org.apache.lucene.backward_codecs.lucene80 with parameters of type IndexInput Modifier and Type Method Description static IndexInputIndexedDISI. createBlockSlice(IndexInput slice, java.lang.String sliceDescription, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).static RandomAccessInputIndexedDISI. createJumpTable(IndexInput slice, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).private Lucene80DocValuesProducer.BinaryEntryLucene80DocValuesProducer. readBinary(IndexInput meta, boolean compressed)private voidLucene80DocValuesProducer. readFields(java.lang.String segmentName, IndexInput meta, FieldInfos infos)private voidLucene80NormsProducer. readFields(IndexInput meta, FieldInfos infos)private Lucene80DocValuesProducer.NumericEntryLucene80DocValuesProducer. readNumeric(IndexInput meta)private voidLucene80DocValuesProducer. readNumeric(IndexInput meta, Lucene80DocValuesProducer.NumericEntry entry)private Lucene80DocValuesProducer.SortedEntryLucene80DocValuesProducer. readSorted(IndexInput meta)private Lucene80DocValuesProducer.SortedNumericEntryLucene80DocValuesProducer. readSortedNumeric(IndexInput meta)private Lucene80DocValuesProducer.SortedSetEntryLucene80DocValuesProducer. readSortedSet(IndexInput meta)private static voidLucene80DocValuesProducer. readTermDict(IndexInput meta, Lucene80DocValuesProducer.TermsDictEntry entry)Constructors in org.apache.lucene.backward_codecs.lucene80 with parameters of type IndexInput Constructor Description BaseSortedDocValues(Lucene80DocValuesProducer.SortedEntry entry, IndexInput data)BaseSortedSetDocValues(Lucene80DocValuesProducer.SortedSetEntry entry, IndexInput data)BinaryDecoder(LongValues addresses, IndexInput compressedData, int biggestUncompressedBlockSize, int docsPerChunkShift)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.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.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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene84PostingsReader.BlockDocsEnum. docIn(package private) IndexInputLucene84PostingsReader.BlockImpactsDocsEnum. docIn(package private) IndexInputLucene84PostingsReader.BlockImpactsEverythingEnum. docIn(package private) IndexInputLucene84PostingsReader.BlockImpactsPostingsEnum. docInprivate IndexInputLucene84PostingsReader. docIn(package private) IndexInputLucene84PostingsReader.EverythingEnum. docIn(package private) IndexInputLucene84PostingsReader.BlockImpactsEverythingEnum. payIn(package private) IndexInputLucene84PostingsReader.EverythingEnum. payInprivate IndexInputLucene84PostingsReader. payIn(package private) IndexInputLucene84PostingsReader.BlockImpactsEverythingEnum. posIn(package private) IndexInputLucene84PostingsReader.BlockImpactsPostingsEnum. posIn(package private) IndexInputLucene84PostingsReader.EverythingEnum. posInprivate IndexInputLucene84PostingsReader. posIn(package private) IndexInputLucene84PostingsReader.BlockDocsEnum. startDocIn(package private) IndexInputLucene84PostingsReader.EverythingEnum. startDocInMethods in org.apache.lucene.backward_codecs.lucene84 with parameters of type IndexInput Modifier and Type Method Description booleanLucene84PostingsReader.BlockDocsEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)booleanLucene84PostingsReader.EverythingEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)voidLucene84PostingsReader. init(IndexInput termsIn, SegmentReadState state)protected voidLucene84ScoreSkipReader. readImpacts(int level, IndexInput skipStream)protected voidLucene84SkipReader. readImpacts(int level, IndexInput skipStream)protected intLucene84SkipReader. readSkipData(int level, IndexInput skipStream)(package private) static voidLucene84PostingsReader. 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 IndexInput Constructor Description Lucene84ScoreSkipReader(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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene86PointsReader. dataIn(package private) IndexInputLucene86PointsReader. indexIn -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene90
Fields in org.apache.lucene.backward_codecs.lucene90 declared as IndexInput Modifier and Type Field Description (package private) IndexInputLucene90HnswVectorsReader.OffHeapHnswGraph. dataIn(package private) IndexInputLucene90HnswVectorsReader.OffHeapVectorValues. dataInprivate IndexInputLucene90HnswVectorsReader. vectorDataprivate IndexInputLucene90HnswVectorsReader. vectorIndexMethods in org.apache.lucene.backward_codecs.lucene90 that return IndexInput Modifier and Type Method Description private static IndexInputLucene90HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName, long[] checksumRef)Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type IndexInput Constructor Description OffHeapHnswGraph(Lucene90HnswVectorsReader.FieldEntry entry, IndexInput dataIn)OffHeapVectorValues(int dimension, int[] ordToDoc, IndexInput dataIn) -
Uses of IndexInput in org.apache.lucene.backward_codecs.lucene91
Fields in org.apache.lucene.backward_codecs.lucene91 declared as IndexInput Modifier and Type Field Description (package private) IndexInputLucene91HnswVectorsReader.OffHeapHnswGraph. dataInprivate IndexInputLucene91HnswVectorsReader.OffHeapVectorValues. dataInprivate IndexInputLucene91HnswVectorsReader. vectorDataprivate IndexInputLucene91HnswVectorsReader. vectorIndexMethods in org.apache.lucene.backward_codecs.lucene91 that return IndexInput Modifier and Type Method Description private static IndexInputLucene91HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type IndexInput Constructor Description OffHeapHnswGraph(Lucene91HnswVectorsReader.FieldEntry entry, IndexInput dataIn)OffHeapVectorValues(int dimension, int size, int[] ordToDoc, IndexInput dataIn) -
Uses of IndexInput in org.apache.lucene.backward_codecs.packed
Methods in org.apache.lucene.backward_codecs.packed with parameters of type IndexInput Modifier and Type Method Description static LegacyDirectMonotonicReader.MetaLegacyDirectMonotonicReader. 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.store Modifier and Type Class Description (package private) classEndiannessReverserChecksumIndexInputAChecksumIndexInputwrapper that changes the endianness of the provided index output.(package private) classEndiannessReverserIndexInputAIndexInputwrapper that changes the endianness of the provided index input.Fields in org.apache.lucene.backward_codecs.store declared as IndexInput Modifier and Type Field Description (package private) IndexInputEndiannessReverserIndexInput. inMethods in org.apache.lucene.backward_codecs.store that return IndexInput Modifier and Type Method Description IndexInputEndiannessReverserIndexInput. clone()static IndexInputEndiannessReverserUtil. openInput(Directory directory, java.lang.String name, IOContext context)Open an index inputIndexInputEndiannessReverserChecksumIndexInput. slice(java.lang.String sliceDescription, long offset, long length)IndexInputEndiannessReverserIndexInput. slice(java.lang.String sliceDescription, long offset, long length)Constructors in org.apache.lucene.backward_codecs.store with parameters of type IndexInput Constructor Description EndiannessReverserChecksumIndexInput(IndexInput in)EndiannessReverserIndexInput(IndexInput in) -
Uses of IndexInput in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as IndexInput Modifier and Type Field Description private IndexInput[]MultiLevelSkipListReader. skipStreamskipStream for each level.Methods in org.apache.lucene.codecs with parameters of type IndexInput Modifier and Type Method Description static longCodecUtil. checksumEntireFile(IndexInput input)Clones the provided input, reads all bytes from the file, and callsCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput)abstract voidPostingsReaderBase. init(IndexInput termsIn, SegmentReadState state)Performs any initialization, such as reading and verifying the header from the provided terms dictionaryIndexInput.protected longMultiLevelSkipListReader. readChildPointer(IndexInput skipStream)read the child pointer written viaMultiLevelSkipListWriter.writeChildPointer(long, DataOutput).(package private) static longCodecUtil. 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 longMultiLevelSkipListReader. readLevelLength(IndexInput skipStream)read the length of the current level written viaMultiLevelSkipListWriter.writeLevelLength(long, IndexOutput).protected abstract intMultiLevelSkipListReader. readSkipData(int level, IndexInput skipStream)Subclasses must implement the actual skip data encoding in this method.static longCodecUtil. retrieveChecksum(IndexInput in)Returns (but does not validate) the checksum previously written byCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput).static longCodecUtil. retrieveChecksum(IndexInput in, long expectedLength)Returns (but does not validate) the checksum previously written byCodecUtil.checkFooter(org.apache.lucene.store.ChecksumIndexInput).private static voidCodecUtil. validateFooter(IndexInput in)static voidCodecUtil. verifyAndCopyIndexHeader(IndexInput in, DataOutput out, byte[] expectedID)Expert: verifies the incomingIndexInputhas 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 IndexInput Constructor Description MultiLevelSkipListReader(IndexInput skipStream, int maxSkipLevels, int skipInterval)Creates aMultiLevelSkipListReader, whereskipIntervalandskipMultiplierare the same.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 IndexInput Modifier and Type Field Description private IndexInputBlockTermsReader.FieldReader.SegmentTermsEnum. inprivate IndexInputBlockTermsReader. inMethods in org.apache.lucene.codecs.blockterms with parameters of type IndexInput Modifier and Type Method Description private voidBlockTermsReader. seekDir(IndexInput input)private voidFixedGapTermsIndexReader. seekDir(IndexInput input)private voidVariableGapTermsIndexReader. seekDir(IndexInput input)Constructors in org.apache.lucene.codecs.blockterms with parameters of type IndexInput Constructor Description FieldIndexData(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 IndexInput Modifier and Type Field Description (package private) IndexInputOrdsBlockTreeTermsReader. in(package private) IndexInputOrdsIntersectTermsEnum. in(package private) IndexInputOrdsSegmentTermsEnum. inMethods in org.apache.lucene.codecs.blocktreeords with parameters of type IndexInput Modifier and Type Method Description private static BytesRefOrdsBlockTreeTermsReader. readBytesRef(IndexInput in)private voidOrdsBlockTreeTermsReader. seekDir(IndexInput input)Seekinputto the directory offset.Constructors in org.apache.lucene.codecs.blocktreeords with parameters of type IndexInput Constructor Description 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 IndexInput Modifier and Type Field Description (package private) IndexInputLucene90DocValuesProducer.TermsDict. bytes(package private) IndexInputLucene90DocValuesProducer.BaseSortedSetDocValues. dataprivate IndexInputLucene90DocValuesProducer. dataprivate IndexInputLucene90NormsProducer. data(package private) IndexInputLucene90PointsReader. dataIn(package private) IndexInputLucene90PostingsReader.BlockDocsEnum. docIn(package private) IndexInputLucene90PostingsReader.BlockImpactsDocsEnum. docIn(package private) IndexInputLucene90PostingsReader.BlockImpactsEverythingEnum. docIn(package private) IndexInputLucene90PostingsReader.BlockImpactsPostingsEnum. docInprivate IndexInputLucene90PostingsReader. docIn(package private) IndexInputLucene90PostingsReader.EverythingEnum. docInprivate IndexInputLucene90CompoundReader. handle(package private) IndexInputLucene90DocValuesProducer.TermsDict. indexBytes(package private) IndexInputLucene90PointsReader. indexIn(package private) IndexInputLucene90PostingsReader.BlockImpactsEverythingEnum. payIn(package private) IndexInputLucene90PostingsReader.EverythingEnum. payInprivate IndexInputLucene90PostingsReader. payIn(package private) IndexInputLucene90PostingsReader.BlockImpactsEverythingEnum. posIn(package private) IndexInputLucene90PostingsReader.BlockImpactsPostingsEnum. posIn(package private) IndexInputLucene90PostingsReader.EverythingEnum. posInprivate IndexInputLucene90PostingsReader. posIn(package private) IndexInputIndexedDISI. sliceThe slice that stores theDocIdSetIterator.(package private) IndexInputLucene90PostingsReader.BlockDocsEnum. startDocIn(package private) IndexInputLucene90PostingsReader.EverythingEnum. startDocInFields in org.apache.lucene.codecs.lucene90 with type parameters of type IndexInput Modifier and Type Field Description private java.util.Map<java.lang.Integer,IndexInput>Lucene90NormsProducer. disiInputsMethods in org.apache.lucene.codecs.lucene90 that return IndexInput Modifier and Type Method Description static IndexInputIndexedDISI. createBlockSlice(IndexInput slice, java.lang.String sliceDescription, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).private IndexInputLucene90NormsProducer. getDisiInput(FieldInfo field, Lucene90NormsProducer.NormsEntry entry)IndexInputLucene90CompoundReader. openInput(java.lang.String name, IOContext context)Methods in org.apache.lucene.codecs.lucene90 with parameters of type IndexInput Modifier and Type Method Description booleanLucene90PostingsReader.BlockDocsEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)booleanLucene90PostingsReader.EverythingEnum. canReuse(IndexInput docIn, FieldInfo fieldInfo)static IndexInputIndexedDISI. createBlockSlice(IndexInput slice, java.lang.String sliceDescription, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).static RandomAccessInputIndexedDISI. createJumpTable(IndexInput slice, long offset, long length, int jumpTableEntryCount)Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).private static VectorSimilarityFunctionLucene90FieldInfosFormat. getDistFunc(IndexInput input, byte b)private static DocValuesTypeLucene90FieldInfosFormat. getDocValuesType(IndexInput input, byte b)private static IndexOptionsLucene90FieldInfosFormat. getIndexOptions(IndexInput input, byte b)voidLucene90PostingsReader. init(IndexInput termsIn, SegmentReadState state)private Lucene90DocValuesProducer.BinaryEntryLucene90DocValuesProducer. readBinary(IndexInput meta)private voidLucene90DocValuesProducer. readFields(IndexInput meta, FieldInfos infos)private voidLucene90NormsProducer. readFields(IndexInput meta, FieldInfos infos)private FixedBitSetLucene90LiveDocsFormat. readFixedBitSet(IndexInput input, int length)protected voidLucene90ScoreSkipReader. readImpacts(int level, IndexInput skipStream)protected voidLucene90SkipReader. readImpacts(int level, IndexInput skipStream)private java.util.Map<java.lang.String,Lucene90CompoundReader.FileEntry>Lucene90CompoundReader. readMapping(IndexInput entriesStream)private Lucene90DocValuesProducer.NumericEntryLucene90DocValuesProducer. readNumeric(IndexInput meta)private voidLucene90DocValuesProducer. readNumeric(IndexInput meta, Lucene90DocValuesProducer.NumericEntry entry)protected intLucene90SkipReader. readSkipData(int level, IndexInput skipStream)private Lucene90DocValuesProducer.SortedEntryLucene90DocValuesProducer. readSorted(IndexInput meta)private Lucene90DocValuesProducer.SortedNumericEntryLucene90DocValuesProducer. readSortedNumeric(IndexInput meta)private Lucene90DocValuesProducer.SortedNumericEntryLucene90DocValuesProducer. readSortedNumeric(IndexInput meta, Lucene90DocValuesProducer.SortedNumericEntry entry)private Lucene90DocValuesProducer.SortedSetEntryLucene90DocValuesProducer. readSortedSet(IndexInput meta)private static voidLucene90DocValuesProducer. readTermDict(IndexInput meta, Lucene90DocValuesProducer.TermsDictEntry entry)(package private) static voidLucene90PostingsReader. 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.codecs.lucene90 with parameters of type IndexInput Constructor Description BaseSortedSetDocValues(Lucene90DocValuesProducer.SortedSetEntry entry, IndexInput data)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.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.Lucene90DocValuesProducer(java.util.Map<java.lang.String,Lucene90DocValuesProducer.NumericEntry> numerics, java.util.Map<java.lang.String,Lucene90DocValuesProducer.BinaryEntry> binaries, java.util.Map<java.lang.String,Lucene90DocValuesProducer.SortedEntry> sorted, java.util.Map<java.lang.String,Lucene90DocValuesProducer.SortedSetEntry> sortedSets, java.util.Map<java.lang.String,Lucene90DocValuesProducer.SortedNumericEntry> sortedNumerics, IndexInput data, int maxDoc, int version, boolean merging)Lucene90ScoreSkipReader(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads)Lucene90SkipReader(IndexInput skipStream, int maxSkipLevels, boolean hasPos, boolean hasOffsets, boolean hasPayloads)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 IndexInput Modifier and Type Field Description (package private) IndexInputIntersectTermsEnum. in(package private) IndexInputSegmentTermsEnum. in(package private) IndexInputLucene90BlockTreeTermsReader. indexIn(package private) IndexInputLucene90BlockTreeTermsReader. termsInMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IndexInput Modifier and Type Method Description private static BytesRefLucene90BlockTreeTermsReader. readBytesRef(IndexInput in)Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type IndexInput Constructor Description 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 IndexInput Modifier and Type Field Description private IndexInputLucene90CompressingStoredFieldsReader. fieldsStreamprivate IndexInputFieldsIndexReader. indexInput(package private) IndexInputLucene90CompressingTermVectorsReader. vectorsStreamMethods in org.apache.lucene.codecs.lucene90.compressing that return IndexInput Modifier and Type Method Description (package private) IndexInputLucene90CompressingStoredFieldsReader. getFieldsStream()(package private) IndexInputLucene90CompressingTermVectorsReader. getVectorsStream()Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type IndexInput Modifier and Type Method Description (package private) static voidStoredFieldsInts. readInts(IndexInput in, int count, long[] values, int offset)Readcountintegers intovalues.private static voidStoredFieldsInts. readInts16(IndexInput in, int count, long[] values, int offset)private static voidStoredFieldsInts. readInts32(IndexInput in, int count, long[] values, int offset)private static voidStoredFieldsInts. readInts8(IndexInput in, int count, long[] values, int offset)private static RandomAccessInputLucene90CompressingTermVectorsReader. slice(IndexInput in)Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type IndexInput Constructor Description FieldsIndexReader(Directory dir, java.lang.String name, java.lang.String suffix, java.lang.String extension, java.lang.String codecName, byte[] id, IndexInput metaIn) -
Uses of IndexInput in org.apache.lucene.codecs.lucene92
Fields in org.apache.lucene.codecs.lucene92 declared as IndexInput Modifier and Type Field Description (package private) IndexInputLucene92HnswVectorsReader.OffHeapHnswGraph. dataInprivate IndexInputOffHeapVectorValues.SparseOffHeapVectorValues. dataInprotected IndexInputOffHeapVectorValues. sliceprivate IndexInputLucene92HnswVectorsReader. vectorDataprivate IndexInputLucene92HnswVectorsReader. vectorIndexMethods in org.apache.lucene.codecs.lucene92 that return IndexInput Modifier and Type Method Description private static IndexInputLucene92HnswVectorsReader. openDataInput(SegmentReadState state, int versionMeta, java.lang.String fileExtension, java.lang.String codecName)Methods in org.apache.lucene.codecs.lucene92 with parameters of type IndexInput Modifier and Type Method Description (package private) static OffHeapVectorValuesOffHeapVectorValues. load(Lucene92HnswVectorsReader.FieldEntry fieldEntry, IndexInput vectorData)private Lucene92HnswVectorsReader.FieldEntryLucene92HnswVectorsReader. readField(IndexInput input)Constructors in org.apache.lucene.codecs.lucene92 with parameters of type IndexInput Constructor Description DenseOffHeapVectorValues(int dimension, int size, IndexInput slice)FieldEntry(IndexInput input, VectorSimilarityFunction similarityFunction)OffHeapHnswGraph(Lucene92HnswVectorsReader.FieldEntry entry, IndexInput dataIn)OffHeapVectorValues(int dimension, int size, IndexInput slice)SparseOffHeapVectorValues(Lucene92HnswVectorsReader.FieldEntry fieldEntry, IndexInput dataIn, IndexInput slice) -
Uses of IndexInput in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type IndexInput Modifier and Type Method Description private voidFSTTermsReader. checkFieldSummary(SegmentInfo info, IndexInput in, FSTTermsReader.TermsReader field, FSTTermsReader.TermsReader previous)private voidFSTTermsReader. seekDir(IndexInput in)Constructors in org.apache.lucene.codecs.memory with parameters of type IndexInput Constructor Description 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 IndexInput Modifier and Type Field Description (package private) IndexInputSimpleTextDocValuesReader. dataprivate IndexInputSimpleTextKnnVectorsReader. dataInprivate IndexInputSimpleTextPointsReader. dataIn(package private) IndexInputSimpleTextBKDReader. inprivate IndexInputSimpleTextBKDReader.SimpleTextPointTree. inprivate IndexInputSimpleTextFieldsReader. inprivate IndexInputSimpleTextFieldsReader.SimpleTextDocsEnum. inprivate IndexInputSimpleTextFieldsReader.SimpleTextPostingsEnum. inprivate IndexInputSimpleTextKnnVectorsReader.SimpleTextVectorValues. inprivate IndexInputSimpleTextStoredFieldsReader. inprivate IndexInputSimpleTextTermVectorsReader. inprivate IndexInputSimpleTextFieldsReader.SimpleTextDocsEnum. inStartprivate IndexInputSimpleTextFieldsReader.SimpleTextPostingsEnum. inStartMethods in org.apache.lucene.codecs.simpletext with parameters of type IndexInput Modifier and Type Method Description booleanSimpleTextFieldsReader.SimpleTextDocsEnum. canReuse(IndexInput in)booleanSimpleTextFieldsReader.SimpleTextPostingsEnum. canReuse(IndexInput in)protected longSimpleTextSkipReader. readChildPointer(IndexInput skipStream)(package private) intSimpleTextBKDReader.SimpleTextPointTree. readDocIDs(IndexInput in, long blockFP, int[] docIDs)private java.util.TreeMap<java.lang.String,java.lang.Long>SimpleTextFieldsReader. readFields(IndexInput in)private intSimpleTextKnnVectorsReader. readInt(IndexInput in, BytesRef field)protected longSimpleTextSkipReader. readLevelLength(IndexInput skipStream)private voidSimpleTextBKDReader.SimpleTextPointTree. readLine(IndexInput in, BytesRefBuilder scratch)private voidSimpleTextPointsReader. readLine(IndexInput in)private longSimpleTextKnnVectorsReader. readLong(IndexInput in, BytesRef field)protected intSimpleTextSkipReader. readSkipData(int level, IndexInput skipStream)private java.lang.StringSimpleTextKnnVectorsReader. readString(IndexInput in, BytesRef field)Constructors in org.apache.lucene.codecs.simpletext with parameters of type IndexInput Constructor Description SimpleTextBKDReader(IndexInput in, int numDims, int numIndexDims, int maxPointsInLeafNode, int bytesPerDim, long[] leafBlockFPs, byte[] splitPackedValues, byte[] minPackedValue, byte[] maxPackedValue, long pointCount, int docCount)SimpleTextPointTree(IndexInput in, int nodeID, int level, byte[] minPackedValue, byte[] maxPackedValue)SimpleTextSkipReader(IndexInput skipStream)SimpleTextStoredFieldsReader(long[] offsets, IndexInput in, FieldInfos fieldInfos)SimpleTextTermVectorsReader(long[] offsets, IndexInput in)SimpleTextVectorValues(SimpleTextKnnVectorsReader.FieldEntry entry, IndexInput in) -
Uses of IndexInput in org.apache.lucene.codecs.uniformsplit
Fields in org.apache.lucene.codecs.uniformsplit declared as IndexInput Modifier and Type Field Description protected IndexInputBlockReader. blockInputIndexInputon theblock file.protected IndexInputUniformSplitTerms. blockInputprotected IndexInputUniformSplitTermsReader. blockInputprotected IndexInputFSTDictionary.BrowserSupplier. dictionaryInputprotected IndexInputUniformSplitTermsReader. dictionaryInputMethods in org.apache.lucene.codecs.uniformsplit with parameters of type IndexInput Modifier and Type Method Description protected IndexDictionary.BrowserSupplierUniformSplitTermsReader. createDictionaryBrowserSupplier(SegmentReadState state, IndexInput dictionaryInput, FieldMetadata fieldMetadata, BlockDecoder blockDecoder, boolean dictionaryOnHeap)protected voidUniformSplitTermsReader. fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos)protected java.util.Collection<FieldMetadata>UniformSplitTermsReader. readFieldsMetadata(IndexInput indexInput, BlockDecoder blockDecoder, FieldInfos fieldInfos, FieldMetadata.Serializer fieldMetadataReader, int maxNumDocs)protected voidUniformSplitTermsReader. seekFieldsMetadata(IndexInput indexInput)Positions the givenIndexInputat the beginning of the fields metadata.Constructors in org.apache.lucene.codecs.uniformsplit with parameters of type IndexInput Constructor Description BlockReader(IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)BrowserSupplier(IndexInput dictionaryInput, long dictionaryStartFP, BlockDecoder blockDecoder, boolean isFSTOnHeap)IntersectBlockReader(CompiledAutomaton compiled, BytesRef startTerm, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier, IndexInput blockInput, PostingsReaderBase postingsReader, FieldMetadata fieldMetadata, BlockDecoder blockDecoder)UniformSplitTerms(IndexInput blockInput, FieldMetadata fieldMetadata, PostingsReaderBase postingsReader, BlockDecoder blockDecoder, IndexDictionary.BrowserSupplier dictionaryBrowserSupplier) -
Uses of IndexInput in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type IndexInput Modifier and Type Method Description protected voidSTUniformSplitTermsReader. fillFieldMap(PostingsReaderBase postingsReader, SegmentReadState state, BlockDecoder blockDecoder, boolean dictionaryOnHeap, IndexInput dictionaryInput, IndexInput blockInput, java.util.Collection<FieldMetadata> fieldMetadataCollection, FieldInfos fieldInfos) -
Uses of IndexInput in org.apache.lucene.index
Methods in org.apache.lucene.index that return IndexInput Modifier and Type Method Description IndexInputTrackingTmpOutputDirectoryWrapper. openInput(java.lang.String name, IOContext context) -
Uses of IndexInput in org.apache.lucene.misc.store
Subclasses of IndexInput in org.apache.lucene.misc.store Modifier and Type Class Description private static classDirectIODirectory.DirectIOIndexInput(package private) static classRAFDirectory.RAFIndexInputReads bytes withRandomAccessFile.seek(long)followed byRandomAccessFile.read(byte[], int, int).(package private) static classWindowsDirectory.WindowsIndexInputMethods in org.apache.lucene.misc.store that return IndexInput Modifier and Type Method Description IndexInputDirectIODirectory. openInput(java.lang.String name, IOContext context)IndexInputRAFDirectory. openInput(java.lang.String name, IOContext context)Creates an IndexInput for the file with the given name.IndexInputWindowsDirectory. openInput(java.lang.String name, IOContext context)IndexInputDirectIODirectory.DirectIOIndexInput. slice(java.lang.String sliceDescription, long offset, long length)IndexInputRAFDirectory.RAFIndexInput. slice(java.lang.String sliceDescription, long offset, long length) -
Uses of IndexInput in org.apache.lucene.sandbox.codecs.idversion
Fields in org.apache.lucene.sandbox.codecs.idversion declared as IndexInput Modifier and Type Field Description (package private) IndexInputIDVersionSegmentTermsEnum. in(package private) IndexInputVersionBlockTreeTermsReader. inMethods in org.apache.lucene.sandbox.codecs.idversion with parameters of type IndexInput Modifier and Type Method Description voidIDVersionPostingsReader. init(IndexInput termsIn, SegmentReadState state)private static BytesRefVersionBlockTreeTermsReader. readBytesRef(IndexInput in)private voidVersionBlockTreeTermsReader. seekDir(IndexInput input)Seekinputto the directory offset.Constructors in org.apache.lucene.sandbox.codecs.idversion with parameters of type IndexInput Constructor Description VersionFieldReader(VersionBlockTreeTermsReader parent, FieldInfo fieldInfo, long numTerms, PairOutputs.Pair<BytesRef,java.lang.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 IndexInput Modifier and Type Field Description private IndexInputCompletionFieldsProducer. dictInprivate IndexInputCompletionsTermsReader. dictInMethods in org.apache.lucene.search.suggest.document with parameters of type IndexInput Modifier and Type Method Description static NRTSuggesterNRTSuggester. load(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode)private static booleanNRTSuggester. shouldLoadFSTOffHeap(IndexInput input, CompletionPostingsFormat.FSTLoadMode fstLoadMode)Constructors in org.apache.lucene.search.suggest.document with parameters of type IndexInput Constructor Description 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 indexdictInwithoffset -
Uses of IndexInput in org.apache.lucene.store
Subclasses of IndexInput in org.apache.lucene.store Modifier and Type Class Description classBufferedChecksumIndexInputSimple implementation ofChecksumIndexInputthat wraps another input and delegates calls.classBufferedIndexInputBase implementation class for bufferedIndexInput.private static classBufferedIndexInput.SlicedIndexInputImplementation of an IndexInput that reads from a portion of a file.classByteBufferIndexInputBase IndexInput implementation that uses an array of ByteBuffers to represent a file.(package private) static classByteBufferIndexInput.MultiBufferImplThis class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static classByteBufferIndexInput.SingleBufferImplOptimization of ByteBufferIndexInput for when there is only one bufferclassByteBuffersIndexInputclassChecksumIndexInputExtension of IndexInput, computing checksum as it goes.(package private) static classNIOFSDirectory.NIOFSIndexInputReads bytes withFileChannel.read(ByteBuffer, long)Fields in org.apache.lucene.store declared as IndexInput Modifier and Type Field Description (package private) IndexInputBufferedIndexInput.SlicedIndexInput. baseprivate IndexInputByteBuffersDirectory.FileEntry. content(package private) IndexInputBufferedChecksumIndexInput. mainFields in org.apache.lucene.store with type parameters of type IndexInput Modifier and Type Field Description static java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_BYTE_ARRAYstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERSstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_MANY_BUFFERS_LUCENEstatic java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. OUTPUT_AS_ONE_BUFFERprivate java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput>ByteBuffersDirectory. outputToInputConversion between a buffered index output and the corresponding index input for a given file.Methods in org.apache.lucene.store that return IndexInput Modifier and Type Method Description IndexInputBufferedChecksumIndexInput. clone()IndexInputByteBuffersIndexInput. clone()IndexInputIndexInput. clone()Returns a clone of this stream.IndexInputByteBuffersDirectory.FileEntry. openInput()IndexInputByteBuffersDirectory. openInput(java.lang.String name, IOContext context)abstract IndexInputDirectory. openInput(java.lang.String name, IOContext context)Opens a stream for reading an existing file.IndexInputFileSwitchDirectory. openInput(java.lang.String name, IOContext context)IndexInputFilterDirectory. openInput(java.lang.String name, IOContext context)IndexInputMMapDirectory. openInput(java.lang.String name, IOContext context)Creates an IndexInput for the file with the given name.IndexInputNIOFSDirectory. openInput(java.lang.String name, IOContext context)IndexInputNRTCachingDirectory. openInput(java.lang.String name, IOContext context)IndexInputBufferedChecksumIndexInput. slice(java.lang.String sliceDescription, long offset, long length)IndexInputBufferedIndexInput. slice(java.lang.String sliceDescription, long offset, long length)abstract IndexInputIndexInput. slice(java.lang.String sliceDescription, long offset, long length)Creates a slice of this index input, with the given description, offset, and length.IndexInputNIOFSDirectory.NIOFSIndexInput. slice(java.lang.String sliceDescription, long offset, long length)Methods in org.apache.lucene.store with parameters of type IndexInput Modifier and Type Method Description static BufferedIndexInputBufferedIndexInput. wrap(java.lang.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 IndexInput Modifier and Type Method Description (package private) IndexOutputByteBuffersDirectory.FileEntry. createOutput(java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput)Constructors in org.apache.lucene.store with parameters of type IndexInput Constructor Description BufferedChecksumIndexInput(IndexInput main)Creates a new BufferedChecksumIndexInputSlicedIndexInput(java.lang.String sliceDescription, IndexInput base, long offset, long length)Constructor parameters in org.apache.lucene.store with type arguments of type IndexInput Constructor Description ByteBuffersDirectory(LockFactory factory, java.util.function.Supplier<ByteBuffersDataOutput> bbOutputSupplier, java.util.function.BiFunction<java.lang.String,ByteBuffersDataOutput,IndexInput> outputToInput) -
Uses of IndexInput in org.apache.lucene.util
Methods in org.apache.lucene.util with parameters of type IndexInput Modifier and Type Method Description voidPagedBytes. 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 IndexInput Modifier and Type Field Description (package private) IndexInputBKDReader. in(package private) IndexInputOfflinePointReader. inprivate IndexInputBKDReader.BKDPointTree. innerNodesprivate IndexInputBKDReader.BKDPointTree. leafNodes(package private) IndexInputBKDReader. packedIndexMethods in org.apache.lucene.util.bkd with parameters of type IndexInput Modifier and Type Method Description private static voidDocIdsWriter. readBitSet(IndexInput in, int count, int[] docIDs)private static voidDocIdsWriter. readBitSet(IndexInput in, int count, PointValues.IntersectVisitor visitor)private static DocIdSetIteratorDocIdsWriter. readBitSetIterator(IndexInput in, int count)private voidBKDReader.BKDPointTree. readCommonPrefixes(int[] commonPrefixLengths, byte[] scratchPackedValue, IndexInput in)private intBKDReader.BKDPointTree. readCompressedDim(IndexInput in)private static voidDocIdsWriter. readContinuousIds(IndexInput in, int count, int[] docIDs)private static voidDocIdsWriter. readContinuousIds(IndexInput in, int count, PointValues.IntersectVisitor visitor)private static voidDocIdsWriter. readDelta16(IndexInput in, int count, int[] docIDs)private voidDocIdsWriter. readDelta16(IndexInput in, int count, PointValues.IntersectVisitor visitor)private intBKDReader.BKDPointTree. readDocIDs(IndexInput in, long blockFP, BKDReader.BKDReaderDocIDSetIterator iterator)(package private) voidDocIdsWriter. readInts(IndexInput in, int count, int[] docIDs)Readcountintegers intodocIDs.(package private) voidDocIdsWriter. readInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)Readcountintegers and feed the result directly toPointValues.IntersectVisitor.visit(int).private static voidDocIdsWriter. readInts24(IndexInput in, int count, int[] docIDs)private static voidDocIdsWriter. readInts24(IndexInput in, int count, PointValues.IntersectVisitor visitor)private static voidDocIdsWriter. readInts32(IndexInput in, int count, int[] docIDs)private voidDocIdsWriter. readInts32(IndexInput in, int count, PointValues.IntersectVisitor visitor)private static voidDocIdsWriter. readLegacyDeltaVInts(IndexInput in, int count, int[] docIDs)private static voidDocIdsWriter. readLegacyDeltaVInts(IndexInput in, int count, PointValues.IntersectVisitor visitor)private voidBKDReader.BKDPointTree. readMinMax(int[] commonPrefixLengths, byte[] minPackedValue, byte[] maxPackedValue, IndexInput in)private voidBKDReader.BKDPointTree. visitCompressedDocValues(int[] commonPrefixLengths, byte[] scratchPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor, int compressedDim)private voidBKDReader.BKDPointTree. visitDocValuesNoCardinality(int[] commonPrefixLengths, byte[] scratchDataPackedValue, byte[] scratchMinIndexPackedValue, byte[] scratchMaxIndexPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor)private voidBKDReader.BKDPointTree. visitDocValuesWithCardinality(int[] commonPrefixLengths, byte[] scratchDataPackedValue, byte[] scratchMinIndexPackedValue, byte[] scratchMaxIndexPackedValue, IndexInput in, BKDReader.BKDReaderDocIDSetIterator scratchIterator, int count, PointValues.IntersectVisitor visitor)private voidBKDReader.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 IndexInput Constructor Description BKDPointTree(IndexInput innerNodes, IndexInput leafNodes, BKDConfig config, int numLeaves, int version, long pointCount, byte[] minPackedValue, byte[] maxPackedValue, boolean isTreeBalanced)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 providedIndexInputto 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 IndexInput Modifier and Type Field Description private IndexInputOffHeapFSTStore. in -
Uses of IndexInput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as IndexInput Modifier and Type Field Description private IndexInputDirectPacked64SingleBlockReader. in(package private) IndexInputDirectPackedReader. inMethods in org.apache.lucene.util.packed with parameters of type IndexInput Modifier and Type Method Description static DirectMonotonicReader.MetaDirectMonotonicReader. loadMeta(IndexInput metaIn, long numValues, int blockShift)Load metadata from the givenIndexInput.static MonotonicBlockPackedReaderMonotonicBlockPackedReader. of(IndexInput in, int packedIntsVersion, int blockSize, long valueCount)Sole constructor.Constructors in org.apache.lucene.util.packed with parameters of type IndexInput Constructor Description DirectPacked64SingleBlockReader(int bitsPerValue, int valueCount, IndexInput in)DirectPackedReader(int bitsPerValue, int valueCount, IndexInput in)MonotonicBlockPackedReader(IndexInput in, int packedIntsVersion, int blockSize, long valueCount)
-