public static class StatisticalFacetExecutor.StatsProc extends DoubleFacetAggregatorBase
Constructor and Description |
---|
StatsProc() |
Modifier and Type | Method and Description |
---|---|
long |
count() |
double |
max() |
double |
min() |
void |
onValue(int docId,
double value) |
double |
sumOfSquares() |
missing, onDoc, total
public void onValue(int docId, double value)
onValue
in class DoubleFacetAggregatorBase
public final double min()
public final double max()
public final long count()
public final double sumOfSquares()
Copyright © 2009–2015. All rights reserved.