public class FieldStatsInfo extends Object implements Serializable
Constructor and Description |
---|
FieldStatsInfo(NamedList<Object> nl,
String fname) |
Modifier and Type | Method and Description |
---|---|
Long |
getCardinality()
The cardinality of of the set of values if requested, otherwise null.
|
Long |
getCount() |
Long |
getCountDistinct() |
Collection<Object> |
getDistinctValues() |
Map<String,List<FieldStatsInfo>> |
getFacets() |
Object |
getMax() |
Object |
getMean() |
Object |
getMin() |
Long |
getMissing() |
String |
getName() |
Map<Double,Double> |
getPercentiles()
The percentiles requested if any, otherwise null.
|
Double |
getStddev() |
Object |
getSum() |
Double |
getSumOfSquares() |
String |
toString() |
public FieldStatsInfo(NamedList<Object> nl, String fname)
public Long getCountDistinct()
public Collection<Object> getDistinctValues()
public Long getMissing()
public Double getSumOfSquares()
public Map<String,List<FieldStatsInfo>> getFacets()
public Map<Double,Double> getPercentiles()
public Long getCardinality()