Uses of Class
com.amazonaws.services.cloudsearchdomain.model.FieldStats
-
Packages that use FieldStats Package Description com.amazonaws.services.cloudsearchdomain.model -
-
Uses of FieldStats in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return FieldStats Modifier and Type Method Description FieldStats
FieldStats. clone()
FieldStats
FieldStats. withCount(Long count)
The number of documents that contain a value in the specified field in the result set.FieldStats
FieldStats. withMax(String max)
The maximum value found in the specified field in the result set.FieldStats
FieldStats. withMean(String mean)
The average of the values found in the specified field in the result set.FieldStats
FieldStats. withMin(String min)
The minimum value found in the specified field in the result set.FieldStats
FieldStats. withMissing(Long missing)
The number of documents that do not contain a value in the specified field in the result set.FieldStats
FieldStats. withStddev(Double stddev)
The standard deviation of the values in the specified field in the result set.FieldStats
FieldStats. withSum(Double sum)
The sum of the field values across the documents in the result set.FieldStats
FieldStats. withSumOfSquares(Double sumOfSquares)
The sum of all field values in the result set squared.Methods in com.amazonaws.services.cloudsearchdomain.model that return types with arguments of type FieldStats Modifier and Type Method Description Map<String,FieldStats>
SearchResult. getStats()
The requested field statistics information.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type FieldStats Modifier and Type Method Description SearchResult
SearchResult. addStatsEntry(String key, FieldStats value)
Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type FieldStats Modifier and Type Method Description void
SearchResult. setStats(Map<String,FieldStats> stats)
The requested field statistics information.SearchResult
SearchResult. withStats(Map<String,FieldStats> stats)
The requested field statistics information.
-