Uses of Class
org.apache.lucene.store.DataInput
Packages that use DataInput
Package
Description
Kuromoji dictionary implementation.
Korean dictionary implementation.
Compressing helper classes.
BlockTree terms dictionary.
Lucene 5.0 file format.
Lucene 5.0 compressing format.
Components from the Lucene 7.0 index format.
Lucene 8.4 file format.
Lucene 8.6 file format.
Lucene 8.7 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.
Legacy PackedInts methods
store helper
Codecs API: API for customization of the encoding and structure of the index.
Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.
Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.
Compressing helper classes.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.0 compressing 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.
The logical representation of a
Document for indexing and
searching.Code to maintain and access indices.
Misc index tools and index support.
Misc Directory implementations.
Misc FST classes.
A primary-key postings format that associates a version (long) with each term and can provide
fail-fast lookups by ID and version.
Code to search indices.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Finite-state based autosuggest.
Ternary Search Tree based autosuggest.
Binary i/o API, used for all index data.
Some utility classes.
Compression utilities.
Finite state transducers
Packed integer arrays and streams.
-
Uses of DataInput in org.apache.lucene.analysis.ja.dict
Methods in org.apache.lucene.analysis.ja.dict with parameters of type DataInputModifier and TypeMethodDescriptionprivate static voidBinaryDictionary.populatePosDict(DataInput in, int posSize, String[] posDict, String[] inflTypeDict, String[] inflFormDict) private static voidBinaryDictionary.populateTargetMap(DataInput in, int[] targetMap, int[] targetMapOffsets) -
Uses of DataInput in org.apache.lucene.analysis.ko.dict
Methods in org.apache.lucene.analysis.ko.dict with parameters of type DataInputModifier and TypeMethodDescriptionprivate static voidBinaryDictionary.populateTargetMap(DataInput in, int[] targetMap, int[] targetMapOffsets) -
Uses of DataInput in org.apache.lucene.backward_codecs.compressing
Methods in org.apache.lucene.backward_codecs.compressing with parameters of type DataInputModifier and TypeMethodDescriptionvoidCompressionMode.DeflateDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) abstract voidDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) Decompress bytes that were stored between offsetsoffsetandoffset+lengthin the original stream from the compressed streamintobytes. -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene40.blocktree
Methods in org.apache.lucene.backward_codecs.lucene40.blocktree with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type DataInputModifier and TypeMethodDescriptionvoidLucene50PostingsReader.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene50.compressing
Fields in org.apache.lucene.backward_codecs.lucene50.compressing declared as DataInputModifier and TypeFieldDescription(package private) final DataInputLucene50CompressingStoredFieldsReader.SerializedDocument.inMethods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type DataInputModifier and TypeMethodDescriptionprivate static voidLucene50CompressingStoredFieldsReader.readField(DataInput in, StoredFieldVisitor visitor, FieldInfo info, int bits) (package private) static longReads a long in a variable-length format.(package private) static doubleLucene50CompressingStoredFieldsReader.readZDouble(DataInput in) Reads a double in a variable-length format.(package private) static floatLucene50CompressingStoredFieldsReader.readZFloat(DataInput in) Reads a float in a variable-length format.private static voidConstructors in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type DataInputModifierConstructorDescriptionprivateSerializedDocument(DataInput in, int length, int numStoredFields) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene70
Methods in org.apache.lucene.backward_codecs.lucene70 with parameters of type DataInputModifier and TypeMethodDescriptionprivate SegmentInfoLucene70SegmentInfoFormat.parseSegmentInfo(Directory dir, DataInput input, String segment, byte[] segmentID) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene84
Methods in org.apache.lucene.backward_codecs.lucene84 with parameters of type DataInputModifier and TypeMethodDescription(package private) voidDecode 128 integers intolongs.(package private) voidDecode 128 integers intolongs.private static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static void(package private) voidForDeltaUtil.decodeAndPrefixSum(DataInput in, long base, long[] longs) Decode deltas, compute the prefix sum and addbaseto all decoded longs.(package private) voidForUtil.decodeAndPrefixSum(int bitsPerValue, DataInput in, long base, long[] longs) Delta-decode 128 integers intolongs.private static voidForUtil.decodeSlow(int bitsPerValue, DataInput in, long[] tmp, long[] longs) voidLucene84PostingsReader.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) private static voidForUtil.readLELongs(DataInput in, long[] dst, int offset, int length) (package private) voidSkip a sequence of 128 longs.(package private) voidSkip 128 integers. -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene86
Methods in org.apache.lucene.backward_codecs.lucene86 with parameters of type DataInputModifier and TypeMethodDescriptionprivate SegmentInfoLucene86SegmentInfoFormat.parseSegmentInfo(Directory dir, DataInput input, String segment, byte[] segmentID) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene87
Methods in org.apache.lucene.backward_codecs.lucene87 with parameters of type DataInputModifier and TypeMethodDescriptionvoidDeflateWithPresetDictCompressionMode.DeflateWithPresetDictDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) voidLZ4WithPresetDictCompressionMode.LZ4WithPresetDictDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) private voidDeflateWithPresetDictCompressionMode.DeflateWithPresetDictDecompressor.doDecompress(DataInput in, Inflater decompressor, BytesRef bytes) private intLZ4WithPresetDictCompressionMode.LZ4WithPresetDictDecompressor.readCompressedLengths(DataInput in, int originalLength, int dictLength, int blockLength) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type DataInputModifier and TypeMethodDescriptionprivate voidPForUtil.applyExceptions32(int bitsPerValue, int numExceptions, DataInput in, long[] longs) Apply the exceptions where the values are packed two-per-long inlongs.(package private) voidDecode 128 integers intolongs.(package private) voidDecode 128 integers intolongs.private static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static void(package private) voidPForUtil.decodeAndPrefixSum(DataInput in, long base, long[] longs) Decode deltas, compute the prefix sum and addbaseto all decoded longs.private static voidForUtil.decodeSlow(int bitsPerValue, DataInput in, long[] tmp, long[] longs) voidLucene90PostingsReader.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) (package private) voidForUtil.decodeTo32(int bitsPerValue, DataInput in, long[] longs) Decodes 128 integers into 64longssuch that each long contains two values, each represented with 32 bits.private SegmentInfoLucene90SegmentInfoFormat.parseSegmentInfo(Directory dir, DataInput input, String segment, byte[] segmentID) private VectorSimilarityFunctionLucene90HnswVectorsReader.readSimilarityFunction(DataInput input) (package private) voidSkip 128 integers.Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type DataInputModifierConstructorDescription(package private)FieldEntry(DataInput input, VectorSimilarityFunction similarityFunction) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene91
Methods in org.apache.lucene.backward_codecs.lucene91 with parameters of type DataInputModifier and TypeMethodDescriptionprivate VectorSimilarityFunctionLucene91HnswVectorsReader.readSimilarityFunction(DataInput input) Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type DataInputModifierConstructorDescription(package private)FieldEntry(DataInput input, VectorSimilarityFunction similarityFunction) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene92
Methods in org.apache.lucene.backward_codecs.lucene92 with parameters of type DataInputModifier and TypeMethodDescriptionprivate VectorSimilarityFunctionLucene92HnswVectorsReader.readSimilarityFunction(DataInput input) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene94
Methods in org.apache.lucene.backward_codecs.lucene94 with parameters of type DataInputModifier and TypeMethodDescriptionprivate VectorSimilarityFunctionLucene94HnswVectorsReader.readSimilarityFunction(DataInput input) private VectorEncodingLucene94HnswVectorsReader.readVectorEncoding(DataInput input) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene95
Methods in org.apache.lucene.backward_codecs.lucene95 with parameters of type DataInputModifier and TypeMethodDescriptionprivate VectorSimilarityFunctionLucene95HnswVectorsReader.readSimilarityFunction(DataInput input) private VectorEncodingLucene95HnswVectorsReader.readVectorEncoding(DataInput input) -
Uses of DataInput in org.apache.lucene.backward_codecs.packed
Methods in org.apache.lucene.backward_codecs.packed with parameters of type DataInputModifier and TypeMethodDescriptionstatic LegacyPacked64SingleBlockstatic PackedInts.ReaderLegacyPackedInts.getReaderNoHeader(DataInput in, PackedInts.Format format, int version, int valueCount, int bitsPerValue) Expert: Restore aPackedInts.Readerfrom a stream without reading metadata at the beginning of the stream.Constructors in org.apache.lucene.backward_codecs.packed with parameters of type DataInputModifierConstructorDescriptionLegacyPacked64(int packedIntsVersion, DataInput in, int valueCount, int bitsPerValue) Creates an array with content retrieved from the given DataInput. -
Uses of DataInput in org.apache.lucene.backward_codecs.store
Subclasses of DataInput in org.apache.lucene.backward_codecs.storeModifier and TypeClassDescription(package private) final classAChecksumIndexInputwrapper that changes the endianness of the provided index output.(package private) class(package private) final classAIndexInputwrapper that changes the endianness of the provided index input.Fields in org.apache.lucene.backward_codecs.store declared as DataInputModifier and TypeFieldDescription(package private) final DataInputEndiannessReverserDataInput.inMethods in org.apache.lucene.backward_codecs.store that return DataInputModifier and TypeMethodDescriptionstatic DataInputEndiannessReverserUtil.wrapDataInput(DataInput dataInput) wraps a data inputMethods in org.apache.lucene.backward_codecs.store with parameters of type DataInputModifier and TypeMethodDescriptionvoidstatic DataInputEndiannessReverserUtil.wrapDataInput(DataInput dataInput) wraps a data inputConstructors in org.apache.lucene.backward_codecs.store with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type DataInputModifier and TypeMethodDescriptionvoidCalled by IndexWriter when writing new segments.voidStoredFieldsWriter.MergeVisitor.binaryField(FieldInfo fieldInfo, DataInput value, int length) static intCodecUtil.checkHeader(DataInput in, String codec, int minVersion, int maxVersion) Reads and validates a header previously written withCodecUtil.writeHeader(DataOutput, String, int).static intCodecUtil.checkHeaderNoMagic(DataInput in, String codec, int minVersion, int maxVersion) LikeCodecUtil.checkHeader(DataInput,String,int,int)except this version assumes the first int has already been read and validated from the input.static intCodecUtil.checkIndexHeader(DataInput in, String codec, int minVersion, int maxVersion, byte[] expectedID, String expectedSuffix) Reads and validates a header previously written withCodecUtil.writeIndexHeader(DataOutput, String, int, byte[], String).static byte[]CodecUtil.checkIndexHeaderID(DataInput in, byte[] expectedID) Expert: just reads and verifies the object ID of an index headerstatic StringCodecUtil.checkIndexHeaderSuffix(DataInput in, String expectedSuffix) Expert: just reads and verifies the suffix of an index headerabstract voidPostingsReaderBase.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState state, boolean absolute) Actually decode metadata for next termstatic intread int value from header / footer with big endian orderstatic longCodecUtil.readBELong(DataInput in) read long value from header / footer with big endian ordervoidStoredFieldsWriter.writeField(FieldInfo info, DataInput value, int length) Writes a stored binary value from aDataInputand alength. -
Uses of DataInput in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type DataInputModifier and TypeMethodDescriptionvoidFSTOrdsOutputs.skipFinalOutput(DataInput in) voidFSTOrdsOutputs.skipOutput(DataInput in) -
Uses of DataInput in org.apache.lucene.codecs.bloom
Methods in org.apache.lucene.codecs.bloom with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing with parameters of type DataInputModifier and TypeMethodDescriptionvoidCompressionMode.DeflateDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) abstract voidDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) Decompress bytes that were stored between offsetsoffsetandoffset+lengthin the original stream from the compressed streamintobytes. -
Uses of DataInput in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 with parameters of type DataInputModifier and TypeMethodDescriptionvoidDeflateWithPresetDictCompressionMode.DeflateWithPresetDictDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) voidLZ4WithPresetDictCompressionMode.LZ4WithPresetDictDecompressor.decompress(DataInput in, int originalLength, int offset, int length, BytesRef bytes) private voidDeflateWithPresetDictCompressionMode.DeflateWithPresetDictDecompressor.doDecompress(DataInput in, Inflater decompressor, BytesRef bytes) private intLZ4WithPresetDictCompressionMode.LZ4WithPresetDictDecompressor.readCompressedLengths(DataInput in, int originalLength, int dictLength, int blockLength) -
Uses of DataInput in org.apache.lucene.codecs.lucene90.blocktree
Subclasses of DataInput in org.apache.lucene.codecs.lucene90.blocktreeModifier and TypeClassDescription(package private) static classMethods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type DataInputModifier and TypeMethodDescription(package private) abstract void(package private) static longFieldReader.readMSBVLong(DataInput in) Decodes a variable length byte[] in MSB order back to long, as written byLucene90BlockTreeTermsWriter.writeMSBVLong(long, org.apache.lucene.store.DataOutput).(package private) longFieldReader.readVLongOutput(DataInput in) -
Uses of DataInput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as DataInputModifier and TypeFieldDescription(package private) final DataInputLucene90CompressingStoredFieldsReader.SerializedDocument.inMethods in org.apache.lucene.codecs.lucene90.compressing with parameters of type DataInputModifier and TypeMethodDescriptionvoidprivate static voidLucene90CompressingStoredFieldsReader.readField(DataInput in, StoredFieldVisitor visitor, FieldInfo info, int bits) (package private) static longReads a long in a variable-length format.(package private) static doubleLucene90CompressingStoredFieldsReader.readZDouble(DataInput in) Reads a double in a variable-length format.(package private) static floatLucene90CompressingStoredFieldsReader.readZFloat(DataInput in) Reads a float in a variable-length format.private static voidvoidLucene90CompressingStoredFieldsWriter.writeField(FieldInfo info, DataInput value, int length) Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type DataInputModifierConstructorDescriptionprivateSerializedDocument(DataInput in, int length, int numStoredFields) -
Uses of DataInput in org.apache.lucene.codecs.lucene99
Methods in org.apache.lucene.codecs.lucene99 with parameters of type DataInputModifier and TypeMethodDescription(package private) voidDecode 128 integers intolongs.(package private) voidDecode 128 integers intoints.private static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static voidprivate static void(package private) voidForDeltaUtil.decodeAndPrefixSum(DataInput in, long base, long[] longs) Decode deltas, compute the prefix sum and addbaseto all decoded longs.(package private) voidForUtil.decodeAndPrefixSum(int bitsPerValue, DataInput in, long base, long[] longs) Delta-decode 128 integers intolongs.private static voidForUtil.decodeSlow(int bitsPerValue, DataInput in, long[] tmp, long[] longs) voidLucene99PostingsReader.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) private SegmentInfoLucene99SegmentInfoFormat.parseSegmentInfo(Directory dir, DataInput input, String segment, byte[] segmentID) static VectorSimilarityFunctionLucene99HnswVectorsReader.readSimilarityFunction(DataInput input) static VectorEncodingLucene99HnswVectorsReader.readVectorEncoding(DataInput input) (package private) voidSkip 128 integers. -
Uses of DataInput in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext with parameters of type DataInputModifier and TypeMethodDescriptionstatic voidSimpleTextUtil.readLine(DataInput in, BytesRefBuilder scratch) -
Uses of DataInput in org.apache.lucene.codecs.uniformsplit
Methods in org.apache.lucene.codecs.uniformsplit with parameters of type DataInputModifier and TypeMethodDescriptionDecodes all the bytes of one block in a single operation.Encodes all the bytes of one block in a single operation.BlockHeader.Serializer.read(DataInput input, BlockHeader reuse) FieldMetadata.Serializer.read(DataInput input, FieldInfos fieldInfos, int maxNumDocs) protected static FSTDictionaryFSTDictionary.read(DataInput input, BlockDecoder blockDecoder, boolean isFSTOnHeap) Reads aFSTDictionaryfrom the provided input.protected voidprotected Collection<FieldMetadata> UniformSplitTermsReader.readEncodedFieldsMetadata(int numFields, DataInput metadataInput, BlockDecoder blockDecoder, FieldInfos fieldInfos, FieldMetadata.Serializer fieldMetadataReader, int maxNumDocs) protected TermBytesBlockLine.Serializer.readIncrementallyEncodedTerm(DataInput blockInput, boolean isIncrementalEncodingSeed, TermBytes reuse) BlockLine.Serializer.readLine(DataInput blockInput, boolean isIncrementalEncodingSeed, BlockLine reuse) Reads the current line.DeltaBaseTermStateSerializer.readTermState(long baseDocStartFP, long basePosStartFP, long basePayStartFP, DataInput termStatesInput, FieldInfo fieldInfo, BlockTermState reuse) Reads aBlockTermStatefrom the providedDataInput.protected Collection<FieldMetadata> UniformSplitTermsReader.readUnencodedFieldsMetadata(int numFields, DataInput metadataInput, FieldInfos fieldInfos, FieldMetadata.Serializer fieldMetadataReader, int maxNumDocs) -
Uses of DataInput in org.apache.lucene.document
Subclasses of DataInput in org.apache.lucene.documentModifier and TypeClassDescriptionprivate static final classReads values from a ShapeDocValues Field -
Uses of DataInput in org.apache.lucene.index
Subclasses of DataInput in org.apache.lucene.indexModifier and TypeClassDescription(package private) final classIndexInput that knows how to read the byte slices written by Posting and PostingVector.Fields in org.apache.lucene.index declared as DataInputModifier and TypeFieldDescription(package private) final DataInputBinaryDocValuesWriter.BufferedBinaryDocValues.bytesIteratorMethods in org.apache.lucene.index with parameters of type DataInputModifier and TypeMethodDescriptionvoidSortingStoredFieldsConsumer.CopyVisitor.binaryField(FieldInfo fieldInfo, DataInput value, int length) voidStoredFieldVisitor.binaryField(FieldInfo fieldInfo, DataInput value, int length) Expert: Process a binary field directly from theDataInput.private static voidSegmentInfos.parseSegmentInfos(Directory directory, DataInput input, SegmentInfos infos, int format) private static Codec(package private) static BytesRef(package private) static longabstract SortFieldSortFieldProvider.readSortField(DataInput in) Reads a SortField from serialized bytesConstructors in org.apache.lucene.index with parameters of type DataInputModifierConstructorDescription(package private)BufferedBinaryDocValues(PackedLongValues lengths, int maxLength, DataInput bytesIterator, DocIdSetIterator docsWithFields) CorruptIndexException(String message, DataInput input) Create exception with a message onlyCorruptIndexException(String message, DataInput input, Throwable cause) Create exception with message and root cause.IndexFormatTooNewException(DataInput in, int version, int minVersion, int maxVersion) Creates anIndexFormatTooNewExceptionIndexFormatTooOldException(DataInput in, int version, int minVersion, int maxVersion) Creates anIndexFormatTooOldException.IndexFormatTooOldException(DataInput in, String reason) Creates anIndexFormatTooOldException. -
Uses of DataInput in org.apache.lucene.misc.index
Methods in org.apache.lucene.misc.index with parameters of type DataInputModifier and TypeMethodDescription(package private) static intBPIndexReorderer.readMonotonicInts(DataInput in, int[] ints) Decoding logic forBPIndexReorderer.writeMonotonicInts(int[], int, DataOutput). -
Uses of DataInput in org.apache.lucene.misc.store
Subclasses of DataInput in org.apache.lucene.misc.storeModifier and TypeClassDescriptionprivate static final class(package private) static final classReads bytes withRandomAccessFile.seek(long)followed byRandomAccessFile.read(byte[], int, int). -
Uses of DataInput in org.apache.lucene.misc.util.fst
Methods in org.apache.lucene.misc.util.fst with parameters of type DataInputModifier and TypeMethodDescriptionListOfOutputs.readFinalOutput(DataInput in) voidListOfOutputs.skipFinalOutput(DataInput in) voidListOfOutputs.skipOutput(DataInput in) -
Uses of DataInput in org.apache.lucene.sandbox.codecs.idversion
Methods in org.apache.lucene.sandbox.codecs.idversion with parameters of type DataInputModifier and TypeMethodDescriptionvoidIDVersionPostingsReader.decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute) -
Uses of DataInput in org.apache.lucene.search
Methods in org.apache.lucene.search with parameters of type DataInputModifier and TypeMethodDescriptionprivate static SortedNumericSelector.TypeSortedNumericSortField.readSelectorType(DataInput in) private static SortedSetSelector.TypeSortedSetSortField.readSelectorType(DataInput in) SortedNumericSortField.Provider.readSortField(DataInput in) SortedSetSortField.Provider.readSortField(DataInput in) SortField.Provider.readSortField(DataInput in) protected static SortField.Type -
Uses of DataInput in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.search.suggest.tst
Methods in org.apache.lucene.search.suggest.tst with parameters of type DataInputModifier and TypeMethodDescriptionbooleanprivate voidTSTLookup.readRecursively(DataInput in, TernaryTreeNode node) -
Uses of DataInput in org.apache.lucene.store
Subclasses of DataInput in org.apache.lucene.storeModifier and TypeClassDescriptionclassSimple implementation ofChecksumIndexInputthat wraps another input and delegates calls.classBase implementation class for bufferedIndexInput.private static final classImplementation of an IndexInput that reads from a portion of a file.final classDataInput backed by a byte array.classDeprecated.(package private) static final classDeprecated.This class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static final classDeprecated.Optimization of ByteBufferIndexInput for when there is only one bufferfinal classfinal classclassExtension of IndexInput, computing checksum as it goes.classIndexInput implementation that delegates calls to another directory.classAbstract base class for input from a file in aDirectory.classADataInputwrapping a plainInputStream.(package private) static final classReads bytes withFileChannel.read(ByteBuffer, long)Methods in org.apache.lucene.store that return DataInputMethods in org.apache.lucene.store with parameters of type DataInput -
Uses of DataInput in org.apache.lucene.util
Subclasses of DataInput in org.apache.lucene.utilModifier and TypeClassDescriptionfinal classInput that transparently iterates over pagesMethods in org.apache.lucene.util with parameters of type DataInputModifier and TypeMethodDescriptionstatic voidGroupVIntUtil.readGroupVInt(DataInput in, long[] dst, int offset) Default implementation of read single group, for optimal performance, you should usereadGroupVInts(long[], int)instead.static intGroupVIntUtil.readGroupVInt(DataInput in, long remaining, GroupVIntUtil.IntReader reader, long pos, long[] dst, int offset) Faster implementation of read single group, It read values from the buffer that would not cross boundaries.private static longGroupVIntUtil.readLongInGroup(DataInput in, int numBytesMinus1) -
Uses of DataInput in org.apache.lucene.util.compress
Methods in org.apache.lucene.util.compress with parameters of type DataInputModifier and TypeMethodDescriptionstatic voidLowercaseAsciiCompression.decompress(DataInput in, byte[] out, int len) Decompress data that has been compressed withLowercaseAsciiCompression.compress(byte[], int, byte[], DataOutput).static intLZ4.decompress(DataInput compressed, int decompressedLen, byte[] dest, int dOff) Decompress at leastdecompressedLenbytes intodest[dOff:]. -
Uses of DataInput in org.apache.lucene.util.fst
Subclasses of DataInput in org.apache.lucene.util.fstModifier and TypeClassDescription(package private) final classReads in reverse from a ByteBlockPool.(package private) final classReads from a single byte[].static classReads bytes stored in an FST.(package private) final classReads in reverse from a single byte[].(package private) final classImplements reverse read from a RandomAccessInput.Methods in org.apache.lucene.util.fst with parameters of type DataInputModifier and TypeMethodDescriptionInitialize the FSTStoreabstract TDecode an output value previously written withOutputs.write(Object, DataOutput).Outputs.readFinalOutput(DataInput in) Decode an output value previously written withOutputs.writeFinalOutput(Object, DataOutput).intReads one BYTE1/2/4 label from the providedDataInput.static <T> FST.FSTMetadata<T> FST.readMetadata(DataInput metaIn, Outputs<T> outputs) Read the FST metadata from DataInputvoidOutputs.skipFinalOutput(DataInput in) Skip the output previously written withOutputs.writeFinalOutput(T, org.apache.lucene.store.DataOutput); defaults to just callingOutputs.readFinalOutput(org.apache.lucene.store.DataInput)and discarding the result.voidByteSequenceOutputs.skipOutput(DataInput in) voidCharSequenceOutputs.skipOutput(DataInput in) voidIntSequenceOutputs.skipOutput(DataInput in) voidOutputs.skipOutput(DataInput in) Skip the output; defaults to just callingOutputs.read(org.apache.lucene.store.DataInput)and discarding the result.voidPairOutputs.skipOutput(DataInput in) Constructors in org.apache.lucene.util.fst with parameters of type DataInputModifierConstructorDescriptionFST(FST.FSTMetadata<T> metadata, DataInput in) Load a previously saved FST with a DataInput for metdata using anOnHeapFSTStorewith maxBlockBits set toFST.DEFAULT_MAX_BLOCK_BITSFST(FST.FSTMetadata<T> metadata, DataInput in, FSTStore fstStore) Load a previously saved FST with a metdata object and a FSTStore. -
Uses of DataInput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as DataInputModifier and TypeFieldDescription(package private) DataInputBlockPackedReaderIterator.in(package private) final DataInputPackedDataInput.inprotected final DataInputPackedInts.ReaderIteratorImpl.inMethods in org.apache.lucene.util.packed with parameters of type DataInputModifier and TypeMethodDescriptionstatic PackedInts.ReaderIteratorPackedInts.getReaderIteratorNoHeader(DataInput in, PackedInts.Format format, int version, int valueCount, int bitsPerValue, int mem) Expert: Restore aPackedInts.ReaderIteratorfrom a stream without reading metadata at the beginning of the stream.(package private) static longvoidReset the current reader to wrap a stream ofvalueCountvalues contained inin.Constructors in org.apache.lucene.util.packed with parameters of type DataInputModifierConstructorDescriptionBlockPackedReaderIterator(DataInput in, int packedIntsVersion, int blockSize, long valueCount) Sole constructor.Create a new instance that wrapsin.(package private)PackedReaderIterator(PackedInts.Format format, int packedIntsVersion, int valueCount, int bitsPerValue, DataInput in, int mem) protectedReaderIteratorImpl(int valueCount, int bitsPerValue, DataInput in)
instanceofchecks).