IAggregationResult

Interface

Interface for an list of Aggregations requested for a particular fieldname Ex. { fieldName: 'access', aggregations: [ { public: 2, private: 5, ... } ] }

Properties

Property Type Notes
aggregations IAggregation[]
fieldName string

Interface defined in search/src/util/aggregations/merge-aggregations.ts:15