static FieldStats.Builder |
FieldStats.builder() |
|
FieldStats.Builder |
FieldStats.Builder.count(Long count) |
The number of documents that contain a value in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.max(String max) |
The maximum value found in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.mean(String mean) |
The average of the values found in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.min(String min) |
The minimum value found in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.missing(Long missing) |
The number of documents that do not contain a value in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.stddev(Double stddev) |
The standard deviation of the values in the specified field in the result set.
|
FieldStats.Builder |
FieldStats.Builder.sum(Double sum) |
The sum of the field values across the documents in the result set.
|
FieldStats.Builder |
FieldStats.Builder.sumOfSquares(Double sumOfSquares) |
The sum of all field values in the result set squared.
|
FieldStats.Builder |
FieldStats.toBuilder() |
|