public class Lucene86PointsReader extends PointsReader implements Closeable
Lucene86PointsWriter
NULL_ACCOUNTABLE
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.
|
getMergeInstance
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getChildResources
public Lucene86PointsReader(SegmentReadState readState) throws IOException
IOException
public PointValues getValues(String fieldName)
BKDReader
.getValues
in class PointsReader
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
public void checkIntegrity() throws IOException
PointsReader
Note 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 PointsReader
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.