org.apache.solr.client.solrj.response
Class FieldStatsInfo
java.lang.Object
org.apache.solr.client.solrj.response.FieldStatsInfo
- All Implemented Interfaces:
- Serializable
public class FieldStatsInfo
- extends Object
- implements Serializable
Holds stats info
- Since:
- solr 1.4
- Version:
- $Id: SpellCheckResponse.java 693622 2008-09-09 21:21:06Z gsingers $
- See Also:
- Serialized Form
FieldStatsInfo
public FieldStatsInfo(NamedList<Object> nl,
String fname)
toString
public String toString()
- Overrides:
toString
in class Object
getName
public String getName()
getMin
public Double getMin()
getMax
public Double getMax()
getSum
public Double getSum()
getCount
public Long getCount()
getMissing
public Long getMissing()
getMean
public Double getMean()
getStddev
public Double getStddev()
getFacets
public Map<String,List<FieldStatsInfo>> getFacets()