Builder

class Builder

Properties

Link copied to clipboard
var count: Long

The number of documents that contain a value in the specified field in the result set.

Link copied to clipboard
var max: String?

The maximum value found in the specified field in the result set.

Link copied to clipboard
var mean: String?

The average of the values found in the specified field in the result set.

Link copied to clipboard
var min: String?

The minimum value found in the specified field in the result set.

Link copied to clipboard

The number of documents that do not contain a value in the specified field in the result set.

Link copied to clipboard

The standard deviation of the values in the specified field in the result set.

Link copied to clipboard
var sum: Double

The sum of the field values across the documents in the result set. null for date fields.

Link copied to clipboard

The sum of all field values in the result set squared.