Package org.apache.lucene.util.bkd
Class OfflinePointReader
java.lang.Object
org.apache.lucene.util.bkd.OfflinePointReader
- All Implemented Interfaces:
Closeable
,AutoCloseable
,PointReader
Reads points from disk in a fixed-with format, previously written with
OfflinePointWriter
.- NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
-
Constructor Summary
ConstructorDescriptionOfflinePointReader
(BKDConfig config, Directory tempDir, String tempFileName, long start, long length, byte[] reusableBuffer) -
Method Summary
-
Constructor Details
-
OfflinePointReader
public OfflinePointReader(BKDConfig config, Directory tempDir, String tempFileName, long start, long length, byte[] reusableBuffer) throws IOException - Throws:
IOException
-
-
Method Details
-
next
Description copied from interface:PointReader
Returns false once iteration is done, else true.- Specified by:
next
in interfacePointReader
- Throws:
IOException
-
pointValue
Description copied from interface:PointReader
Sets the packed value in the provided ByteRef- Specified by:
pointValue
in interfacePointReader
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-