public class Lucene86PointsReader extends PointsReader implements Closeable
Lucene86PointsWriter| Constructor and Description | 
|---|
| Lucene86PointsReader(SegmentReadState readState)Sole constructor | 
| Modifier and Type | Method and Description | 
|---|---|
| void | checkIntegrity()Checks consistency of this reader. | 
| void | close() | 
| PointValues | getValues(String fieldName)Returns the underlying  BKDReader. | 
| long | ramBytesUsed()Return the memory usage of this object in bytes. | 
getMergeInstanceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildResourcespublic Lucene86PointsReader(SegmentReadState readState) throws IOException
IOExceptionpublic PointValues getValues(String fieldName)
BKDReader.getValues in class PointsReaderpublic long ramBytesUsed()
AccountableramBytesUsed in interface Accountablepublic 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-2020 Apache Software Foundation. All Rights Reserved.