Number Key Type
Values of this type denote a numeric integer value.
Allowed values
Must be a sequence of digits (0
–9
), optionally prefixed with a -
or a +
character.
Query operator
All comparisons are done on the given string representation of the number, +12
will be treated as a different number of 12
.
Sorting
Sorting is done by comparing the numeric values.