/// Calculate sum or number of values of the field for
/// [RateAggregation](crate::search::RateAggregation)
#[derive(Debug, PartialEq, Eq, Clone, Deserialize, Serialize)]#[serde(rename_all ="snake_case")]pubenumRateMode{/// calculate the sum of all values field
Sum,/// use the number of values in the field
ValueCount,}