@enonic/js-utils
Version:
Enonic XP JavaScript Utils
10 lines (9 loc) • 409 B
text/typescript
export const AGGREGATION_COUNT = 'count';
export const AGGREGATION_DATE_HISTOGRAM = 'dateHistogram';
export const AGGREGATION_DATE_RANGE = 'dateRange';
export const AGGREGATION_GEO_DISTANCE = 'geoDistance';
export const AGGREGATION_MAX = 'max';
export const AGGREGATION_MIN = 'min';
export const AGGREGATION_RANGE = 'range';
export const AGGREGATION_STATS = 'stats';
export const AGGREGATION_TERMS = 'terms';