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.
|
getMergeInstance
public Lucene60PointsReader(SegmentReadState readState) throws IOException
IOException
public PointValues getValues(String fieldName)
BKDReader
.getValues
in class PointsReader
public long ramBytesUsed()
Accountable
ramBytesUsed
in interface Accountable
public Collection<Accountable> getChildResources()
Accountable
getChildResources
in interface Accountable
Accountables
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-2018 Apache Software Foundation. All Rights Reserved.