Package com.atlassian.jira.search.field
Interface NumericField
- All Superinterfaces:
Field
- All Known Implementing Classes:
DateTimeField,DoubleField,IntField,LongField
A field that holds a numeric value, one of double, long, int, or date time (stored as a long). Used for
aggregation. See:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.jira.search.Field
Field.Builder<T extends Field> -
Method Summary
Methods inherited from interface com.atlassian.jira.search.Field
accept, getLuceneNameOverride, getRetrievalNames, hasDocValues, isIndexed, isMultiValued, isStored, name, subfields