Uses of Class
org.apache.lucene.store.ChecksumIndexInput
Packages that use ChecksumIndexInput
Package
Description
Components from the Lucene 7.0 index 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.
store helper
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.9 file format.
Simpletext Codec: writes human readable postings.
Code to maintain and access indices.
Binary i/o API, used for all index data.
Some utility classes.
-
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionLucene70DocValuesProducer.readBinary(ChecksumIndexInput meta) private voidLucene70DocValuesProducer.readFields(ChecksumIndexInput meta, FieldInfos infos) Lucene70DocValuesProducer.readNumeric(ChecksumIndexInput meta) private voidLucene70DocValuesProducer.readNumeric(ChecksumIndexInput meta, Lucene70DocValuesProducer.NumericEntry entry) Lucene70DocValuesProducer.readSorted(ChecksumIndexInput meta) Lucene70DocValuesProducer.readSortedNumeric(ChecksumIndexInput meta) Lucene70DocValuesProducer.readSortedSet(ChecksumIndexInput meta) private static voidLucene70DocValuesProducer.readTermDict(ChecksumIndexInput meta, Lucene70DocValuesProducer.TermsDictEntry entry) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene90HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene91HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene92HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene94HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene95HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.store
Subclasses of ChecksumIndexInput in org.apache.lucene.backward_codecs.storeModifier and TypeClassDescription(package private) final classAChecksumIndexInputwrapper that changes the endianness of the provided index output.Fields in org.apache.lucene.backward_codecs.store declared as ChecksumIndexInputModifier and TypeFieldDescriptionprivate final ChecksumIndexInputEndiannessReverserChecksumIndexInput.inMethods in org.apache.lucene.backward_codecs.store that return ChecksumIndexInputModifier and TypeMethodDescriptionstatic ChecksumIndexInputEndiannessReverserUtil.openChecksumInput(Directory directory, String name, IOContext context) Open a checksum index input -
Uses of ChecksumIndexInput in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionstatic longCodecUtil.checkFooter(ChecksumIndexInput in) Validates the codec footer previously written byCodecUtil.writeFooter(org.apache.lucene.store.IndexOutput).static voidCodecUtil.checkFooter(ChecksumIndexInput in, Throwable priorException) Validates the codec footer previously written byCodecUtil.writeFooter(org.apache.lucene.store.IndexOutput), optionally passing an unexpected exception that has already occurred. -
Uses of ChecksumIndexInput in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprivate voidLucene99FlatVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) private voidLucene99HnswVectorsReader.readFields(ChecksumIndexInput meta, FieldInfos infos) private voidLucene99ScalarQuantizedVectorsReader.readFields(ChecksumIndexInput meta, int versionMeta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionstatic voidSimpleTextUtil.checkFooter(ChecksumIndexInput input) -
Uses of ChecksumIndexInput in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionstatic final SegmentInfosSegmentInfos.readCommit(Directory directory, ChecksumIndexInput input, long generation) Read the commit from the providedChecksumIndexInput.(package private) static final SegmentInfosSegmentInfos.readCommit(Directory directory, ChecksumIndexInput input, long generation, int minSupportedMajorVersion) Read the commit from the providedChecksumIndexInput. -
Uses of ChecksumIndexInput in org.apache.lucene.store
Subclasses of ChecksumIndexInput in org.apache.lucene.storeModifier and TypeClassDescriptionclassSimple implementation ofChecksumIndexInputthat wraps another input and delegates calls.Methods in org.apache.lucene.store that return ChecksumIndexInputModifier and TypeMethodDescriptionDirectory.openChecksumInput(String name, IOContext context) Opens a checksum-computing stream for reading an existing file. -
Uses of ChecksumIndexInput in org.apache.lucene.util
Fields in org.apache.lucene.util declared as ChecksumIndexInputModifier and TypeFieldDescriptionprotected final ChecksumIndexInputOfflineSorter.ByteSequencesReader.inMethods in org.apache.lucene.util with parameters of type ChecksumIndexInputModifier and TypeMethodDescriptionprotected OfflineSorter.ByteSequencesReaderOfflineSorter.getReader(ChecksumIndexInput in, String name) Subclasses can override to change how byte sequences are read from disk.Constructors in org.apache.lucene.util with parameters of type ChecksumIndexInputModifierConstructorDescriptionByteSequencesReader(ChecksumIndexInput in, String name) Constructs a ByteSequencesReader from the provided IndexInput