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 TypeMethodDescriptionvoidChecks consistency of this reader.voidclose()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:
getValuesin classPointsReader
-
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
- Throws:
IOException
-