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 FieldStatsFieldStats. clone()FieldStatsFieldStats. withCount(Long count)The number of documents that contain a value in the specified field in the result set.FieldStatsFieldStats. withMax(String max)The maximum value found in the specified field in the result set.FieldStatsFieldStats. withMean(String mean)The average of the values found in the specified field in the result set.FieldStatsFieldStats. withMin(String min)The minimum value found in the specified field in the result set.FieldStatsFieldStats. withMissing(Long missing)The number of documents that do not contain a value in the specified field in the result set.FieldStatsFieldStats. withStddev(Double stddev)The standard deviation of the values in the specified field in the result set.FieldStatsFieldStats. withSum(Double sum)The sum of the field values across the documents in the result set.FieldStatsFieldStats. 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 SearchResultSearchResult. addStatsEntry(String key, FieldStats value)Method parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type FieldStats Modifier and Type Method Description voidSearchResult. setStats(Map<String,FieldStats> stats)The requested field statistics information.SearchResultSearchResult. withStats(Map<String,FieldStats> stats)The requested field statistics information.
-