pagination property

bool? pagination
final

This property allows you to implement the pagination for QueryType.term type of queries.

If pagination is set to true then appbase will use the composite aggregations of Elasticsearch instead of terms aggregations.

Implementation

final bool? pagination;