IAggregationResult
Interface for an list of Aggregations requested for a particular fieldname Ex. { fieldName: 'access', aggregations: [ { public: 2, private: 5, ... } ] }
Properties
| Property | Type | Notes |
|---|---|---|
| IAggregation[] | ||
| string |
Interface defined in search/src/util/aggregations/merge-aggregations.ts:15