public class Lucene60PointsReader extends PointsReader implements java.io.Closeable
Lucene60PointsWriter| Constructor and Description |
|---|
Lucene60PointsReader(SegmentReadState readState)
Sole constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkIntegrity()
Checks consistency of this reader.
|
void |
close() |
java.util.Collection<Accountable> |
getChildResources()
Returns nested resources of this class.
|
PointValues |
getValues(java.lang.String fieldName)
Returns the underlying
BKDReader. |
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
getMergeInstancepublic Lucene60PointsReader(SegmentReadState readState) throws java.io.IOException
java.io.IOExceptionpublic PointValues getValues(java.lang.String fieldName)
BKDReader.getValues in class PointsReaderpublic long ramBytesUsed()
AccountableramBytesUsed in interface Accountablepublic java.util.Collection<Accountable> getChildResources()
AccountablegetChildResources in interface AccountableAccountablespublic void checkIntegrity()
throws java.io.IOException
PointsReaderNote that this may be costly in terms of I/O, e.g. may involve computing a checksum value against large data files.
checkIntegrity in class PointsReaderjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOExceptionCopyright © 2000–2025 The Apache Software Foundation. All rights reserved.