Uses of Class
org.apache.lucene.store.ChecksumIndexInput
-
Packages that use ChecksumIndexInput Package Description org.apache.lucene.backward_codecs.lucene70 Components from the Lucene 7.0 index 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.store store helperorg.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.lucene92 Lucene 9.2 file format.org.apache.lucene.codecs.simpletext Simpletext Codec: writes human readable postings.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes. -
-
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene70
-
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type ChecksumIndexInput Modifier and Type Method Description private 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 ChecksumIndexInput Modifier and Type Method Description private voidLucene91HnswVectorsReader. readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.backward_codecs.store
Subclasses of ChecksumIndexInput in org.apache.lucene.backward_codecs.store Modifier and Type Class Description (package private) classEndiannessReverserChecksumIndexInputAChecksumIndexInputwrapper that changes the endianness of the provided index output.Fields in org.apache.lucene.backward_codecs.store declared as ChecksumIndexInput Modifier and Type Field Description private ChecksumIndexInputEndiannessReverserChecksumIndexInput. inMethods in org.apache.lucene.backward_codecs.store that return ChecksumIndexInput Modifier and Type Method Description static ChecksumIndexInputEndiannessReverserUtil. openChecksumInput(Directory directory, java.lang.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 ChecksumIndexInput Modifier and Type Method Description static longCodecUtil. checkFooter(ChecksumIndexInput in)Validates the codec footer previously written byCodecUtil.writeFooter(org.apache.lucene.store.IndexOutput).static voidCodecUtil. checkFooter(ChecksumIndexInput in, java.lang.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.lucene92
Methods in org.apache.lucene.codecs.lucene92 with parameters of type ChecksumIndexInput Modifier and Type Method Description private voidLucene92HnswVectorsReader. readFields(ChecksumIndexInput meta, FieldInfos infos) -
Uses of ChecksumIndexInput in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext with parameters of type ChecksumIndexInput Modifier and Type Method Description static voidSimpleTextUtil. checkFooter(ChecksumIndexInput input) -
Uses of ChecksumIndexInput in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type ChecksumIndexInput Modifier and Type Method Description static SegmentInfosSegmentInfos. readCommit(Directory directory, ChecksumIndexInput input, long generation)Read the commit from the providedChecksumIndexInput.(package private) static 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.store Modifier and Type Class Description classBufferedChecksumIndexInputSimple implementation ofChecksumIndexInputthat wraps another input and delegates calls.Methods in org.apache.lucene.store that return ChecksumIndexInput Modifier and Type Method Description ChecksumIndexInputDirectory. openChecksumInput(java.lang.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 ChecksumIndexInput Modifier and Type Field Description protected ChecksumIndexInputOfflineSorter.ByteSequencesReader. inMethods in org.apache.lucene.util with parameters of type ChecksumIndexInput Modifier and Type Method Description protected OfflineSorter.ByteSequencesReaderOfflineSorter. getReader(ChecksumIndexInput in, java.lang.String name)Subclasses can override to change how byte sequences are read from disk.Constructors in org.apache.lucene.util with parameters of type ChecksumIndexInput Constructor Description ByteSequencesReader(ChecksumIndexInput in, java.lang.String name)Constructs a ByteSequencesReader from the provided IndexInput
-