public abstract class DoubleFacetAggregatorBase extends Object
DoubleValues
Constructor and Description |
---|
DoubleFacetAggregatorBase() |
Modifier and Type | Method and Description |
---|---|
int |
missing() |
void |
onDoc(int docId,
SortedNumericDoubleValues values) |
protected abstract void |
onValue(int docId,
double next) |
int |
total() |
public void onDoc(int docId, SortedNumericDoubleValues values)
protected abstract void onValue(int docId, double next)
public final int total()
public final int missing()
Copyright © 2009–2015. All rights reserved.