Class FieldStatsInfo
java.lang.Object
org.apache.solr.client.solrj.response.FieldStatsInfo
- All Implemented Interfaces:
Serializable
Holds stats info
- Since:
- solr 1.4
- See Also:
-
Constructor Details
-
FieldStatsInfo
-
-
Method Details
-
toString
-
getName
-
getMin
-
getMax
-
getSum
-
getCount
-
getCountDistinct
-
getDistinctValues
-
getMissing
-
getMean
-
getStddev
-
getSumOfSquares
-
getFacets
-
getPercentiles
The percentiles requested if any, otherwise null. If non-null then the iteration order will match the order the percentiles were originally specified in. -
getCardinality
The cardinality of the set of values if requested, otherwise null.
-