Skip to content

Measure types

justjkk edited this page Jan 22, 2012 · 1 revision

Measures are Numbers that can be aggregated. The following types are identified and supported:

  • count - Increments by 1 when inserting; Decrements by 1 when deleting
  • score - Increments by value of field when inserting; Decrements by value of field when deleting
  • heat - Increments by 1 when inserting or deleting.
  • count_float - Similar to count but for float values.
  • score_float - Similar to score but for float values.
  • heat_float - Similar to heat but for float values.
  • unique - See Measure Types - Unique.

See Conditional Measures to update measures based on pre-defined conditions

Clone this wiki locally