Class Lucene90PointsReader
java.lang.Object
org.apache.lucene.codecs.PointsReader
org.apache.lucene.codecs.lucene90.Lucene90PointsReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
Reads point values previously written with
Lucene90PointsWriter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.lucene.codecs.PointsReader
getMergeInstance
-
Constructor Details
-
Lucene90PointsReader
Sole constructor- Throws:
IOException
-
-
Method Details
-
getValues
Returns the underlyingBKDReader
.- Specified by:
getValues
in classPointsReader
- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
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
-