public static class AssertingLeafReader.AssertingPointValues extends PointValues
PointValues.IntersectVisitor, PointValues.RelationMAX_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, sizepublic AssertingPointValues(PointValues in, int maxDoc)
public PointValues getWrapped()
public void intersect(PointValues.IntersectVisitor visitor) throws IOException
intersect in class PointValuesIOExceptionpublic long estimatePointCount(PointValues.IntersectVisitor visitor)
estimatePointCount in class PointValuespublic byte[] getMinPackedValue()
throws IOException
getMinPackedValue in class PointValuesIOExceptionpublic byte[] getMaxPackedValue()
throws IOException
getMaxPackedValue in class PointValuesIOExceptionpublic int getNumDimensions()
throws IOException
getNumDimensions in class PointValuesIOExceptionpublic int getNumIndexDimensions()
throws IOException
getNumIndexDimensions in class PointValuesIOExceptionpublic int getBytesPerDimension()
throws IOException
getBytesPerDimension in class PointValuesIOExceptionpublic long size()
size in class PointValuespublic int getDocCount()
getDocCount in class PointValuesCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.