interface DocumentSearchAggregate {
    groups: DocumentSearchAggregateGroup[];
    name: string;
    total: number;
}

Properties

Properties

name: string

User defined name for this aggregate

total: number

Total number of results for this aggregate

int32