Uses of Class
com.amazonaws.services.cloudsearchdomain.model.FieldStats
Packages that use FieldStats
-
Uses of FieldStats in com.amazonaws.services.cloudsearchdomain.model
Methods in com.amazonaws.services.cloudsearchdomain.model that return FieldStatsModifier and TypeMethodDescriptionFieldStats.clone()
The number of documents that contain a value in the specified field in the result set.The maximum value found in the specified field in the result set.The average of the values found in the specified field in the result set.The minimum value found in the specified field in the result set.FieldStats.withMissing
(Long missing) The number of documents that do not contain a value in the specified field in the result set.FieldStats.withStddev
(Double stddev) The standard deviation of the values in the specified field in the result set.The sum of the field values across the documents in the result set.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 FieldStatsModifier and TypeMethodDescriptionSearchResult.getStats()
The requested field statistics information.Methods in com.amazonaws.services.cloudsearchdomain.model with parameters of type FieldStatsMethod parameters in com.amazonaws.services.cloudsearchdomain.model with type arguments of type FieldStatsModifier and TypeMethodDescriptionvoid
SearchResult.setStats
(Map<String, FieldStats> stats) The requested field statistics information.SearchResult.withStats
(Map<String, FieldStats> stats) The requested field statistics information.