public class Lucene60PointsReader extends PointsReader implements Closeable
NULL_ACCOUNTABLE| Constructor and Description |
|---|
Lucene60PointsReader(SegmentReadState readState)
Sole constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkIntegrity() |
void |
close() |
PointValues |
getValues(String fieldName)
Returns the underlying
BKDReader. |
long |
ramBytesUsed() |
getMergeInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResourcespublic Lucene60PointsReader(SegmentReadState readState) throws IOException
IOExceptionpublic PointValues getValues(String fieldName)
BKDReader.getValues in class PointsReaderpublic long ramBytesUsed()
ramBytesUsed in interface Accountablepublic void checkIntegrity()
throws IOException
checkIntegrity in class PointsReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2000-2024 Apache Software Foundation. All Rights Reserved.