public class Lucene60PointsReader extends PointsReader implements 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() |
Collection<Accountable> |
getChildResources()
Returns nested resources of this class.
|
PointValues |
getValues(String fieldName)
Returns the underlying
BKDReader. |
long |
ramBytesUsed()
Return the memory usage of this object in bytes.
|
getMergeInstancepublic Lucene60PointsReader(SegmentReadState readState) throws IOException
IOExceptionpublic PointValues getValues(String fieldName)
BKDReader.getValues in class PointsReaderpublic long ramBytesUsed()
AccountableramBytesUsed in interface Accountablepublic Collection<Accountable> getChildResources()
AccountablegetChildResources in interface AccountableAccountablespublic void checkIntegrity()
throws 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 PointsReaderIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2000-2017 Apache Software Foundation. All Rights Reserved.