Class Lucene60PointsReader
java.lang.Object
org.apache.lucene.codecs.PointsReader
org.apache.lucene.codecs.lucene60.Lucene60PointsReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Accountable
Reads point values previously written with Lucene60PointsWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final IndexInput(package private) final SegmentReadStateFields inherited from interface org.apache.lucene.util.Accountable
NULL_ACCOUNTABLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.codecs.PointsReader
getMergeInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.lucene.util.Accountable
getChildResources
-
Field Details
-
dataIn
-
readState
-
readers
-
-
Constructor Details
-
Lucene60PointsReader
Sole constructor- Throws:
IOException
-
-
Method Details
-
getValues
Returns the underlyingBKDReader.- Specified by:
getValuesin classPointsReader
-
ramBytesUsed
public long ramBytesUsed()Description copied from interface:AccountableReturn the memory usage of this object in bytes. Negative values are illegal.- Specified by:
ramBytesUsedin interfaceAccountable
-
checkIntegrity
Description copied from class:PointsReaderChecks consistency of this reader.Note that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.
- Specified by:
checkIntegrityin classPointsReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-