Package | Description |
---|---|
com.amazonaws.services.cloudsearchdomain.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,FieldStats> |
SearchResult.getStats()
The requested field statistics information.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResult.addStatsEntry(String key,
FieldStats value) |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.