Uses of Interface
org.apache.lucene.store.RandomAccessInput
Packages that use RandomAccessInput
Package
Description
Components from the Lucene 7.0 index format.
Components from the Lucene 8.0 index format
See
org.apache.lucene.codecs.lucene84 for an overview
of the index format.Binary i/o API, used for all index data.
Finite state transducers
Packed integer arrays and streams.
-
Uses of RandomAccessInput in org.apache.lucene.codecs.lucene70
Fields in org.apache.lucene.codecs.lucene70 with type parameters of type RandomAccessInputModifier and TypeFieldDescriptionprivate Map<Integer, RandomAccessInput> Lucene70NormsProducer.dataInputsMethods in org.apache.lucene.codecs.lucene70 that return RandomAccessInputModifier and TypeMethodDescriptionprivate RandomAccessInputLucene70NormsProducer.getDataInput(FieldInfo field, Lucene70NormsProducer.NormsEntry entry) -
Uses of RandomAccessInput in org.apache.lucene.codecs.lucene80
Fields in org.apache.lucene.codecs.lucene80 declared as RandomAccessInputModifier and TypeFieldDescription(package private) final RandomAccessInputIndexedDISI.jumpTable(package private) final RandomAccessInputLucene80DocValuesProducer.VaryingBPVReader.rankSlice(package private) final RandomAccessInputLucene80DocValuesProducer.VaryingBPVReader.sliceFields in org.apache.lucene.codecs.lucene80 with type parameters of type RandomAccessInputModifier and TypeFieldDescriptionprivate Map<Integer, RandomAccessInput> Lucene80NormsProducer.dataInputsprivate Map<Integer, RandomAccessInput> Lucene80NormsProducer.disiJumpTablesMethods in org.apache.lucene.codecs.lucene80 that return RandomAccessInputModifier and TypeMethodDescriptionstatic RandomAccessInputIndexedDISI.createJumpTable(IndexInput slice, long offset, long length, int jumpTableEntryCount) Helper method for usingIndexedDISI(IndexInput, RandomAccessInput, int, byte, long).private RandomAccessInputLucene80NormsProducer.getDataInput(FieldInfo field, Lucene80NormsProducer.NormsEntry entry) private RandomAccessInputLucene80NormsProducer.getDisiJumpTable(FieldInfo field, Lucene80NormsProducer.NormsEntry entry) Constructors in org.apache.lucene.codecs.lucene80 with parameters of type RandomAccessInputModifierConstructorDescription(package private)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.(package private) -
Uses of RandomAccessInput in org.apache.lucene.store
Classes in org.apache.lucene.store that implement RandomAccessInputModifier and TypeClassDescriptionclassBase implementation class for bufferedIndexInput.private static final classImplementation of an IndexInput that reads from a portion of a file.classBase IndexInput implementation that uses an array of ByteBuffers to represent a file.(package private) static final classThis class adds offset support to ByteBufferIndexInput, which is needed for slices.(package private) static final classOptimization of ByteBufferIndexInput for when there is only one bufferfinal classfinal class(package private) static final classReads bytes withFileChannel.read(ByteBuffer, long)(package private) static final classReads bytes withRandomAccessFile.seek(long)followed byRandomAccessFile.read(byte[], int, int).(package private) static final classDeprecated.Reads bytes withSeekableByteChannel.read(ByteBuffer)(package private) static classMethods in org.apache.lucene.store that return RandomAccessInputModifier and TypeMethodDescriptionByteBuffersIndexInput.randomAccessSlice(long offset, long length) IndexInput.randomAccessSlice(long offset, long length) Creates a random-access slice of this index input, with the given offset and length. -
Uses of RandomAccessInput in org.apache.lucene.util.fst
Fields in org.apache.lucene.util.fst declared as RandomAccessInputConstructors in org.apache.lucene.util.fst with parameters of type RandomAccessInput -
Uses of RandomAccessInput in org.apache.lucene.util.packed
Fields in org.apache.lucene.util.packed declared as RandomAccessInputModifier and TypeFieldDescription(package private) final RandomAccessInputDirectReader.DirectPackedReader1.in(package private) final RandomAccessInputDirectReader.DirectPackedReader12.in(package private) final RandomAccessInputDirectReader.DirectPackedReader16.in(package private) final RandomAccessInputDirectReader.DirectPackedReader2.in(package private) final RandomAccessInputDirectReader.DirectPackedReader20.in(package private) final RandomAccessInputDirectReader.DirectPackedReader24.in(package private) final RandomAccessInputDirectReader.DirectPackedReader28.in(package private) final RandomAccessInputDirectReader.DirectPackedReader32.in(package private) final RandomAccessInputDirectReader.DirectPackedReader4.in(package private) final RandomAccessInputDirectReader.DirectPackedReader40.in(package private) final RandomAccessInputDirectReader.DirectPackedReader48.in(package private) final RandomAccessInputDirectReader.DirectPackedReader56.in(package private) final RandomAccessInputDirectReader.DirectPackedReader64.in(package private) final RandomAccessInputDirectReader.DirectPackedReader8.inMethods in org.apache.lucene.util.packed with parameters of type RandomAccessInputModifier and TypeMethodDescriptionstatic DirectMonotonicReaderDirectMonotonicReader.getInstance(DirectMonotonicReader.Meta meta, RandomAccessInput data) Retrieves an instance from the specified slice.static LongValuesDirectReader.getInstance(RandomAccessInput slice, int bitsPerValue) Retrieves an instance from the specified slice written decodingbitsPerValuefor each valuestatic LongValuesDirectReader.getInstance(RandomAccessInput slice, int bitsPerValue, long offset) Retrieves an instance from the specifiedoffsetof the given slice decodingbitsPerValuefor each valueConstructors in org.apache.lucene.util.packed with parameters of type RandomAccessInputModifierConstructorDescription(package private)DirectPackedReader1(RandomAccessInput in, long offset) (package private)DirectPackedReader12(RandomAccessInput in, long offset) (package private)DirectPackedReader16(RandomAccessInput in, long offset) (package private)DirectPackedReader2(RandomAccessInput in, long offset) (package private)DirectPackedReader20(RandomAccessInput in, long offset) (package private)DirectPackedReader24(RandomAccessInput in, long offset) (package private)DirectPackedReader28(RandomAccessInput in, long offset) (package private)DirectPackedReader32(RandomAccessInput in, long offset) (package private)DirectPackedReader4(RandomAccessInput in, long offset) (package private)DirectPackedReader40(RandomAccessInput in, long offset) (package private)DirectPackedReader48(RandomAccessInput in, long offset) (package private)DirectPackedReader56(RandomAccessInput in, long offset) (package private)DirectPackedReader64(RandomAccessInput in, long offset) (package private)DirectPackedReader8(RandomAccessInput in, long offset)