Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model | |
com.amazonaws.services.cloudsearchdomain.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalMap<java.lang.String,FieldStats> |
SearchResult.stats
The requested field statistics information.
|
Modifier and Type | Method and Description |
---|---|
FieldStats |
FieldStats.clone() |
FieldStats |
FieldStats.withCount(java.lang.Long count)
The number of documents that contain a value in the specified field in
the result set.
|
FieldStats |
FieldStats.withMax(java.lang.String max)
The maximum value found in the specified field in the result set.
|
FieldStats |
FieldStats.withMean(java.lang.String mean)
The average of the values found in the specified field in the result set.
|
FieldStats |
FieldStats.withMin(java.lang.String min)
The minimum value found in the specified field in the result set.
|
FieldStats |
FieldStats.withMissing(java.lang.Long missing)
The number of documents that do not contain a value in the specified
field in the result set.
|
FieldStats |
FieldStats.withStddev(java.lang.Double stddev)
The standard deviation of the values in the specified field in the result
set.
|
FieldStats |
FieldStats.withSum(java.lang.Double sum)
The sum of the field values across the documents in the result set.
|
FieldStats |
FieldStats.withSumOfSquares(java.lang.Double sumOfSquares)
The sum of all field values in the result set squared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,FieldStats> |
SearchResult.getStats()
The requested field statistics information.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResult.addStatsEntry(java.lang.String key,
FieldStats value) |
Modifier and Type | Method and Description |
---|---|
void |
SearchResult.setStats(java.util.Map<java.lang.String,FieldStats> stats)
The requested field statistics information.
|
SearchResult |
SearchResult.withStats(java.util.Map<java.lang.String,FieldStats> stats)
The requested field statistics information.
|
Modifier and Type | Method and Description |
---|---|
FieldStats |
FieldStatsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FieldStatsJsonMarshaller.marshall(FieldStats fieldStats,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|