class Aws::CloudSearchDomain::Types::FieldStats

The statistics for a field calculated in the request.

@!attribute [rw] min

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

If the field is numeric (`int`, `int-array`, `double`, or
`double-array`), `min` is the string representation of a
double-precision 64-bit floating point value. If the field is `date`
or `date-array`, `min` is the string representation of a date with
the format specified in [IETF RFC3339][1]\:
yyyy-mm-ddTHH:mm:ss.SSSZ.

[1]: http://tools.ietf.org/html/rfc3339
@return [String]

@!attribute [rw] max

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

If the field is numeric (`int`, `int-array`, `double`, or
`double-array`), `max` is the string representation of a
double-precision 64-bit floating point value. If the field is `date`
or `date-array`, `max` is the string representation of a date with
the format specified in [IETF RFC3339][1]\:
yyyy-mm-ddTHH:mm:ss.SSSZ.

[1]: http://tools.ietf.org/html/rfc3339
@return [String]

@!attribute [rw] count

The number of documents that contain a value in the specified field
in the result set.
@return [Integer]

@!attribute [rw] missing

The number of documents that do not contain a value in the specified
field in the result set.
@return [Integer]

@!attribute [rw] sum

The sum of the field values across the documents in the result set.
`null` for date fields.
@return [Float]

@!attribute [rw] sum_of_squares

The sum of all field values in the result set squared.
@return [Float]

@!attribute [rw] mean

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

If the field is numeric (`int`, `int-array`, `double`, or
`double-array`), `mean` is the string representation of a
double-precision 64-bit floating point value. If the field is `date`
or `date-array`, `mean` is the string representation of a date with
the format specified in [IETF RFC3339][1]\:
yyyy-mm-ddTHH:mm:ss.SSSZ.

[1]: http://tools.ietf.org/html/rfc3339
@return [String]

@!attribute [rw] stddev

The standard deviation of the values in the specified field in the
result set.
@return [Float]

Constants

SENSITIVE