public static class AssertingLeafReader.AssertingPointValues extends PointValues
PointValues.IntersectVisitor, PointValues.Relation
MAX_DIMENSIONS, MAX_INDEX_DIMENSIONS, MAX_NUM_BYTES
Constructor and Description |
---|
AssertingPointValues(PointValues in,
int maxDoc)
Sole constructor.
|
Modifier and Type | Method and Description |
---|---|
long |
estimatePointCount(PointValues.IntersectVisitor visitor) |
int |
getBytesPerDimension() |
int |
getDocCount() |
byte[] |
getMaxPackedValue() |
byte[] |
getMinPackedValue() |
int |
getNumDimensions() |
int |
getNumIndexDimensions() |
PointValues |
getWrapped() |
void |
intersect(PointValues.IntersectVisitor visitor) |
long |
size() |
estimateDocCount, getDocCount, getMaxPackedValue, getMinPackedValue, size
public AssertingPointValues(PointValues in, int maxDoc)
public PointValues getWrapped()
public void intersect(PointValues.IntersectVisitor visitor) throws IOException
intersect
in class PointValues
IOException
public long estimatePointCount(PointValues.IntersectVisitor visitor)
estimatePointCount
in class PointValues
public byte[] getMinPackedValue() throws IOException
getMinPackedValue
in class PointValues
IOException
public byte[] getMaxPackedValue() throws IOException
getMaxPackedValue
in class PointValues
IOException
public int getNumDimensions() throws IOException
getNumDimensions
in class PointValues
IOException
public int getNumIndexDimensions() throws IOException
getNumIndexDimensions
in class PointValues
IOException
public int getBytesPerDimension() throws IOException
getBytesPerDimension
in class PointValues
IOException
public long size()
size
in class PointValues
public int getDocCount()
getDocCount
in class PointValues
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.