Class Lucene60PointsReader
java.lang.Object
org.apache.lucene.codecs.PointsReader
org.apache.lucene.backward_codecs.lucene60.Lucene60PointsReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
Reads point values previously written with Lucene60PointsWriter
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final IndexInput
(package private) final Map
<Integer, PointValues> (package private) final SegmentReadState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks consistency of this reader.void
close()
Returns the underlyingPointValues
.Methods inherited from class org.apache.lucene.codecs.PointsReader
getMergeInstance
-
Field Details
-
dataIn
-
readState
-
readers
-
-
Constructor Details
-
Lucene60PointsReader
Sole constructor- Throws:
IOException
-
-
Method Details
-
getValues
Returns the underlyingPointValues
.- Specified by:
getValues
in classPointsReader
-
checkIntegrity
Description copied from class:PointsReader
Checks 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:
checkIntegrity
in classPointsReader
- Throws:
IOException
-
close
- Throws:
IOException
-