Uses of Class
org.apache.lucene.store.DataInput
-
Packages that use DataInput Package Description org.apache.lucene.analysis.ja.dict Kuromoji dictionary implementation.org.apache.lucene.analysis.ko.dict Korean dictionary implementation.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.lucene70 Components from the Lucene 7.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.lucene87 Lucene 8.7 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.blocktreeords Same postings format as Lucene50, except the terms dictionary also supports ords, i.e.org.apache.lucene.codecs.bloom Codec PostingsFormat for fast access to low-frequency terms such as primary key fields.org.apache.lucene.codecs.compressing Compressing helper classes.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.misc.util.fst Misc FST classes.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 Code to search indices.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.fst Finite-state based autosuggest.org.apache.lucene.search.suggest.tst Ternary Search Tree based autosuggest.org.apache.lucene.store Binary i/o API, used for all index data.org.apache.lucene.util Some utility classes.org.apache.lucene.util.compress Compression utilities.org.apache.lucene.util.fst Finite state transducersorg.apache.lucene.util.packed 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 DataInput Modifier and Type Method Description private static voidBinaryDictionary. populatePosDict(DataInput in, int posSize, java.lang.String[] posDict, java.lang.String[] inflTypeDict, java.lang.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 DataInput Modifier and Type Method Description private static voidBinaryDictionary. populateTargetMap(DataInput in, int[] targetMap, int[] targetMapOffsets) -
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 Modifier and Type Method Description (package private) abstract voidCompressionAlgorithm. read(DataInput in, byte[] out, int len) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene50
Methods in org.apache.lucene.backward_codecs.lucene50 with parameters of type DataInput Modifier and Type Method Description voidLucene50PostingsReader. decodeTerm(DataInput in, FieldInfo fieldInfo, BlockTermState _termState, boolean absolute)Constructors in org.apache.lucene.backward_codecs.lucene50 with parameters of type DataInput Constructor Description ForUtil(DataInput in) -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene50.compressing
Fields in org.apache.lucene.backward_codecs.lucene50.compressing declared as DataInput Modifier and Type Field Description (package private) DataInputLucene50CompressingStoredFieldsReader.SerializedDocument. inMethods in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type DataInput Modifier and Type Method Description private static voidLucene50CompressingStoredFieldsReader. readField(DataInput in, StoredFieldVisitor visitor, FieldInfo info, int bits)(package private) static longLucene50CompressingStoredFieldsReader. readTLong(DataInput in)Reads 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 voidLucene50CompressingStoredFieldsReader. skipField(DataInput in, int bits)Constructors in org.apache.lucene.backward_codecs.lucene50.compressing with parameters of type DataInput Constructor Description SerializedDocument(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 DataInput Modifier and Type Method Description private SegmentInfoLucene70SegmentInfoFormat. parseSegmentInfo(Directory dir, DataInput input, java.lang.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 DataInput Modifier and Type Method Description (package private) voidForUtil. decode(int bitsPerValue, DataInput in, long[] longs)Decode 128 integers intolongs.(package private) voidPForUtil. decode(DataInput in, long[] longs)Decode 128 integers intoints.private static voidForUtil. decode1(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode10(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode11(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode12(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode13(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode14(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode15(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode16(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode17(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode18(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode19(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode2(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode20(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode21(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode22(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode23(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode24(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode3(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode4(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode5(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode6(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode7(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode8(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode9(DataInput in, long[] tmp, long[] longs)(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) voidForDeltaUtil. skip(DataInput in)Skip a sequence of 128 longs.(package private) voidPForUtil. skip(DataInput in)Skip 128 integers. -
Uses of DataInput in org.apache.lucene.backward_codecs.lucene86
Methods in org.apache.lucene.backward_codecs.lucene86 with parameters of type DataInput Modifier and Type Method Description private SegmentInfoLucene86SegmentInfoFormat. parseSegmentInfo(Directory dir, DataInput input, java.lang.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 DataInput Modifier and Type Method Description voidDeflateWithPresetDictCompressionMode.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, java.util.zip.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 DataInput Modifier and Type Method Description private Lucene90HnswVectorsReader.FieldEntryLucene90HnswVectorsReader. readField(DataInput input)private VectorSimilarityFunctionLucene90HnswVectorsReader. readSimilarityFunction(DataInput input)Constructors in org.apache.lucene.backward_codecs.lucene90 with parameters of type DataInput Constructor Description 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 DataInput Modifier and Type Method Description private Lucene91HnswVectorsReader.FieldEntryLucene91HnswVectorsReader. readField(DataInput input)private VectorSimilarityFunctionLucene91HnswVectorsReader. readSimilarityFunction(DataInput input)Constructors in org.apache.lucene.backward_codecs.lucene91 with parameters of type DataInput Constructor Description FieldEntry(DataInput input, VectorSimilarityFunction similarityFunction) -
Uses of DataInput in org.apache.lucene.backward_codecs.packed
Methods in org.apache.lucene.backward_codecs.packed with parameters of type DataInput Modifier and Type Method Description static LegacyPacked64SingleBlockLegacyPacked64SingleBlock. create(DataInput in, int valueCount, int bitsPerValue)static 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 DataInput Constructor Description LegacyPacked64(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.store Modifier and Type Class Description (package private) classEndiannessReverserChecksumIndexInputAChecksumIndexInputwrapper that changes the endianness of the provided index output.(package private) classEndiannessReverserDataInput(package private) classEndiannessReverserIndexInputAIndexInputwrapper that changes the endianness of the provided index input.Fields in org.apache.lucene.backward_codecs.store declared as DataInput Modifier and Type Field Description (package private) DataInputEndiannessReverserDataInput. inMethods in org.apache.lucene.backward_codecs.store that return DataInput Modifier and Type Method Description static DataInputEndiannessReverserUtil. wrapDataInput(DataInput dataInput)wraps a data inputMethods in org.apache.lucene.backward_codecs.store with parameters of type DataInput Modifier and Type Method Description voidEndiannessReverserDataOutput. copyBytes(DataInput input, long numBytes)voidEndiannessReverserIndexOutput. copyBytes(DataInput input, long numBytes)static DataInputEndiannessReverserUtil. wrapDataInput(DataInput dataInput)wraps a data inputConstructors in org.apache.lucene.backward_codecs.store with parameters of type DataInput Constructor Description EndiannessReverserDataInput(DataInput in) -
Uses of DataInput in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type DataInput Modifier and Type Method Description voidTermVectorsWriter. addProx(int numProx, DataInput positions, DataInput offsets)Called by IndexWriter when writing new segments.static intCodecUtil. checkHeader(DataInput in, java.lang.String codec, int minVersion, int maxVersion)Reads and validates a header previously written withCodecUtil.writeHeader(DataOutput, String, int).static intCodecUtil. checkHeaderNoMagic(DataInput in, java.lang.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, java.lang.String codec, int minVersion, int maxVersion, byte[] expectedID, java.lang.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 java.lang.StringCodecUtil. checkIndexHeaderSuffix(DataInput in, java.lang.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 intCodecUtil. readBEInt(DataInput in)read int value from header / footer with big endian orderstatic longCodecUtil. readBELong(DataInput in)read long value from header / footer with big endian order -
Uses of DataInput in org.apache.lucene.codecs.blocktreeords
Methods in org.apache.lucene.codecs.blocktreeords with parameters of type DataInput Modifier and Type Method Description FSTOrdsOutputs.OutputFSTOrdsOutputs. read(DataInput in)voidFSTOrdsOutputs. 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 Modifier and Type Method Description static FuzzySetFuzzySet. deserialize(DataInput in) -
Uses of DataInput in org.apache.lucene.codecs.compressing
Methods in org.apache.lucene.codecs.compressing with parameters of type DataInput Modifier and Type Method Description voidCompressionMode.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 DataInput Modifier and Type Method Description private voidPForUtil. applyExceptions32(int bitsPerValue, int numExceptions, DataInput in, long[] longs)Apply the exceptions where the values are packed two-per-long inlongs.(package private) voidForUtil. decode(int bitsPerValue, DataInput in, long[] longs)Decode 128 integers intolongs.(package private) voidPForUtil. decode(DataInput in, long[] longs)Decode 128 integers intoints.private static voidForUtil. decode1(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode10(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode11(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode12(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode13(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode14(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode15(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode16(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode17(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode18(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode19(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode2(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode20(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode21(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode22(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode23(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode24(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode3(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode4(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode5(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode6(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode7(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode8(DataInput in, long[] tmp, long[] longs)private static voidForUtil. decode9(DataInput in, long[] tmp, long[] longs)(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.voidDeflateWithPresetDictCompressionMode.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, java.util.zip.Inflater decompressor, BytesRef bytes)private SegmentInfoLucene90SegmentInfoFormat. parseSegmentInfo(Directory dir, DataInput input, java.lang.String segment, byte[] segmentID)private intLZ4WithPresetDictCompressionMode.LZ4WithPresetDictDecompressor. readCompressedLengths(DataInput in, int originalLength, int dictLength, int blockLength)(package private) voidPForUtil. skip(DataInput in)Skip 128 integers. -
Uses of DataInput in org.apache.lucene.codecs.lucene90.blocktree
Methods in org.apache.lucene.codecs.lucene90.blocktree with parameters of type DataInput Modifier and Type Method Description (package private) abstract voidCompressionAlgorithm. read(DataInput in, byte[] out, int len) -
Uses of DataInput in org.apache.lucene.codecs.lucene90.compressing
Fields in org.apache.lucene.codecs.lucene90.compressing declared as DataInput Modifier and Type Field Description (package private) DataInputLucene90CompressingStoredFieldsReader.SerializedDocument. inMethods in org.apache.lucene.codecs.lucene90.compressing with parameters of type DataInput Modifier and Type Method Description voidLucene90CompressingTermVectorsWriter. addProx(int numProx, DataInput positions, DataInput offsets)private static voidLucene90CompressingStoredFieldsReader. readField(DataInput in, StoredFieldVisitor visitor, FieldInfo info, int bits)(package private) static longLucene90CompressingStoredFieldsReader. readTLong(DataInput in)Reads 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 voidLucene90CompressingStoredFieldsReader. skipField(DataInput in, int bits)Constructors in org.apache.lucene.codecs.lucene90.compressing with parameters of type DataInput Constructor Description SerializedDocument(DataInput in, int length, int numStoredFields) -
Uses of DataInput in org.apache.lucene.codecs.lucene92
Methods in org.apache.lucene.codecs.lucene92 with parameters of type DataInput Modifier and Type Method Description private VectorSimilarityFunctionLucene92HnswVectorsReader. readSimilarityFunction(DataInput input) -
Uses of DataInput in org.apache.lucene.codecs.memory
Methods in org.apache.lucene.codecs.memory with parameters of type DataInput Modifier and Type Method Description FSTTermOutputs.TermDataFSTTermOutputs. read(DataInput in)voidFSTTermOutputs. skipOutput(DataInput in) -
Uses of DataInput in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext with parameters of type DataInput Modifier and Type Method Description static 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 DataInput Modifier and Type Method Description BytesRefBlockDecoder. decode(DataInput blockBytes, long length)Decodes all the bytes of one block in a single operation.BlockEncoder.WritableBytesBlockEncoder. encode(DataInput blockBytes, long length)Encodes all the bytes of one block in a single operation.BlockHeaderBlockHeader.Serializer. read(DataInput input, BlockHeader reuse)FieldMetadataFieldMetadata.Serializer. read(DataInput input, FieldInfos fieldInfos, int maxNumDocs)protected static FSTDictionaryFSTDictionary. read(DataInput input, BlockDecoder blockDecoder, boolean isFSTOnHeap)Reads aFSTDictionaryfrom the provided input.protected voidBlockLine.Serializer. readBytes(DataInput input, BytesRef bytes, int offset, int length)protected java.util.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)BlockLineBlockLine.Serializer. readLine(DataInput blockInput, boolean isIncrementalEncodingSeed, BlockLine reuse)Reads the current line.BlockTermStateDeltaBaseTermStateSerializer. readTermState(long baseDocStartFP, long basePosStartFP, long basePayStartFP, DataInput termStatesInput, FieldInfo fieldInfo, BlockTermState reuse)Reads aBlockTermStatefrom the providedDataInput.protected java.util.Collection<FieldMetadata>UniformSplitTermsReader. readUnencodedFieldsMetadata(int numFields, DataInput metadataInput, FieldInfos fieldInfos, FieldMetadata.Serializer fieldMetadataReader, int maxNumDocs) -
Uses of DataInput in org.apache.lucene.codecs.uniformsplit.sharedterms
Methods in org.apache.lucene.codecs.uniformsplit.sharedterms with parameters of type DataInput Modifier and Type Method Description int[]STBlockLine.Serializer. readFieldIds(DataInput termStatesInput, int numFields)Reads all the field ids in the current block line of the provided input.voidSTBlockLine.Serializer. readFieldTermStatesMap(DataInput termStatesInput, DeltaBaseTermStateSerializer termStateSerializer, BlockHeader blockHeader, FieldInfos fieldInfos, java.util.Map<java.lang.String,BlockTermState> fieldTermStatesMap)Reads all theBlockTermStateof all the field in the current block line of the provided input.BlockTermStateSTBlockLine.Serializer. readTermStateForField(int fieldId, DataInput termStatesInput, DeltaBaseTermStateSerializer termStateSerializer, BlockHeader blockHeader, FieldInfos fieldInfos, BlockTermState reuse)Reads a singleBlockTermStatefor the provided field in the current block line of the provided input. -
Uses of DataInput in org.apache.lucene.index
Subclasses of DataInput in org.apache.lucene.index Modifier and Type Class Description (package private) classByteSliceReaderFields in org.apache.lucene.index declared as DataInput Modifier and Type Field Description (package private) DataInputBinaryDocValuesWriter.BufferedBinaryDocValues. bytesIteratorMethods in org.apache.lucene.index with parameters of type DataInput Modifier and Type Method Description private static voidSegmentInfos. parseSegmentInfos(Directory directory, DataInput input, SegmentInfos infos, int format)private static CodecSegmentInfos. readCodec(DataInput input)(package private) static BytesRefDocValuesUpdate.BinaryDocValuesUpdate. readFrom(DataInput in, BytesRef scratch)(package private) static longDocValuesUpdate.NumericDocValuesUpdate. readFrom(DataInput in)abstract SortFieldSortFieldProvider. readSortField(DataInput in)Reads a SortField from serialized bytesConstructors in org.apache.lucene.index with parameters of type DataInput Constructor Description BufferedBinaryDocValues(PackedLongValues lengths, int maxLength, DataInput bytesIterator, DocIdSetIterator docsWithFields)CorruptIndexException(java.lang.String message, DataInput input)Create exception with a message onlyCorruptIndexException(java.lang.String message, DataInput input, java.lang.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, java.lang.String reason)Creates anIndexFormatTooOldException. -
Uses of DataInput in org.apache.lucene.misc.store
Subclasses of DataInput 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.WindowsIndexInput -
Uses of DataInput in org.apache.lucene.misc.util.fst
Methods in org.apache.lucene.misc.util.fst with parameters of type DataInput Modifier and Type Method Description java.lang.ObjectListOfOutputs. read(DataInput in)java.lang.ObjectUpToTwoPositiveIntOutputs. read(DataInput in)java.lang.ObjectListOfOutputs. 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 DataInput Modifier and Type Method Description voidIDVersionPostingsReader. 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 DataInput Modifier and Type Method Description private static SortedNumericSelector.TypeSortedNumericSortField. readSelectorType(DataInput in)private static SortedSetSelector.TypeSortedSetSortField. readSelectorType(DataInput in)SortFieldSortedNumericSortField.Provider. readSortField(DataInput in)SortFieldSortedSetSortField.Provider. readSortField(DataInput in)SortFieldSortField.Provider. readSortField(DataInput in)protected static SortField.TypeSortField. readType(DataInput in) -
Uses of DataInput in org.apache.lucene.search.suggest
Methods in org.apache.lucene.search.suggest with parameters of type DataInput Modifier and Type Method Description abstract booleanLookup. load(DataInput input)Discard current lookup data and load it from a previously saved copy. -
Uses of DataInput in org.apache.lucene.search.suggest.analyzing
Methods in org.apache.lucene.search.suggest.analyzing with parameters of type DataInput Modifier and Type Method Description booleanAnalyzingInfixSuggester. load(DataInput out)booleanAnalyzingSuggester. load(DataInput input)booleanFreeTextSuggester. load(DataInput input) -
Uses of DataInput in org.apache.lucene.search.suggest.fst
Methods in org.apache.lucene.search.suggest.fst with parameters of type DataInput Modifier and Type Method Description booleanFSTCompletionLookup. load(DataInput input)booleanWFSTCompletionLookup. load(DataInput input) -
Uses of DataInput in org.apache.lucene.search.suggest.tst
Methods in org.apache.lucene.search.suggest.tst with parameters of type DataInput Modifier and Type Method Description booleanTSTLookup. load(DataInput input)private voidTSTLookup. readRecursively(DataInput in, TernaryTreeNode node) -
Uses of DataInput in org.apache.lucene.store
Subclasses of DataInput 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.classByteArrayDataInputDataInput backed by a byte array.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 bufferclassByteBuffersDataInputclassByteBuffersIndexInputclassChecksumIndexInputExtension of IndexInput, computing checksum as it goes.classIndexInputAbstract base class for input from a file in aDirectory.classInputStreamDataInputADataInputwrapping a plainInputStream.(package private) static classNIOFSDirectory.NIOFSIndexInputReads bytes withFileChannel.read(ByteBuffer, long)Methods in org.apache.lucene.store that return DataInput Modifier and Type Method Description DataInputDataInput. clone()Returns a clone of this stream.Methods in org.apache.lucene.store with parameters of type DataInput Modifier and Type Method Description voidByteBuffersIndexOutput. copyBytes(DataInput input, long numBytes)voidDataOutput. copyBytes(DataInput input, long numBytes)Copy numBytes bytes from input to ourself. -
Uses of DataInput in org.apache.lucene.util
Subclasses of DataInput in org.apache.lucene.util Modifier and Type Class Description classPagedBytes.PagedBytesDataInputInput that transparently iterates over pages -
Uses of DataInput in org.apache.lucene.util.compress
Methods in org.apache.lucene.util.compress with parameters of type DataInput Modifier and Type Method Description static 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.fst Modifier and Type Class Description (package private) classForwardBytesReaderReads from a single byte[].static classFST.BytesReaderReads bytes stored in an FST.(package private) classReverseBytesReaderReads in reverse from a single byte[].(package private) classReverseRandomAccessReaderImplements reverse read from a RandomAccessInput.Methods in org.apache.lucene.util.fst with parameters of type DataInput Modifier and Type Method Description voidFSTStore. init(DataInput in, long numBytes)voidOffHeapFSTStore. init(DataInput in, long numBytes)voidOnHeapFSTStore. init(DataInput in, long numBytes)BytesRefByteSequenceOutputs. read(DataInput in)CharsRefCharSequenceOutputs. read(DataInput in)IntsRefIntSequenceOutputs. read(DataInput in)java.lang.ObjectNoOutputs. read(DataInput in)abstract TOutputs. read(DataInput in)Decode an output value previously written withOutputs.write(Object, DataOutput).PairOutputs.Pair<A,B>PairOutputs. read(DataInput in)java.lang.LongPositiveIntOutputs. read(DataInput in)TOutputs. readFinalOutput(DataInput in)Decode an output value previously written withOutputs.writeFinalOutput(Object, DataOutput).intFST. readLabel(DataInput in)Reads one BYTE1/2/4 label from the providedDataInput.voidOutputs. 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 DataInput Constructor Description BytesStore(DataInput in, long numBytes, int maxBlockSize)Pulls bytes from the provided IndexInput.FST(DataInput metaIn, DataInput in, Outputs<T> outputs)Load a previously saved FST.FST(DataInput metaIn, DataInput in, Outputs<T> outputs, FSTStore fstStore)Load a previously saved FST; maxBlockBits allows you to control the size of the byte[] pages used to hold the FST bytes. -
Uses of DataInput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as DataInput Modifier and Type Field Description (package private) DataInputBlockPackedReaderIterator. in(package private) DataInputPackedDataInput. inprotected DataInputPackedInts.ReaderIteratorImpl. inMethods in org.apache.lucene.util.packed with parameters of type DataInput Modifier and Type Method Description static 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 longBlockPackedReaderIterator. readVLong(DataInput in)voidBlockPackedReaderIterator. reset(DataInput in, long valueCount)Reset the current reader to wrap a stream ofvalueCountvalues contained inin.Constructors in org.apache.lucene.util.packed with parameters of type DataInput Constructor Description BlockPackedReaderIterator(DataInput in, int packedIntsVersion, int blockSize, long valueCount)Sole constructor.PackedDataInput(DataInput in)Create a new instance that wrapsin.PackedReaderIterator(PackedInts.Format format, int packedIntsVersion, int valueCount, int bitsPerValue, DataInput in, int mem)ReaderIteratorImpl(int valueCount, int bitsPerValue, DataInput in)
-