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 String getName()
public Object getMin()
public Object getMax()
public Object getSum()
public Long getCount()
public Long getCountDistinct()
public Collection<Object> getDistinctValues()
public Long getMissing()
public Object getMean()
public Double getStddev()
public Double getSumOfSquares()
public Map<String,List<FieldStatsInfo>> getFacets()
public Map<Double,Double> getPercentiles()
public Long getCardinality()
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.