From 197bb3ebad1502b660371d5013d8f0ea69e2214d Mon Sep 17 00:00:00 2001 From: Cassiano Date: Wed, 8 Oct 2014 14:31:19 -0300 Subject: [PATCH] Update PartialResultsInterface.php --- Paginator/PartialResultsInterface.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Paginator/PartialResultsInterface.php b/Paginator/PartialResultsInterface.php index 9efe7f3..1b0ae60 100644 --- a/Paginator/PartialResultsInterface.php +++ b/Paginator/PartialResultsInterface.php @@ -28,4 +28,11 @@ interface PartialResultsInterface * @return array */ function getFacets(); -} \ No newline at end of file + + /** + * Returns the aggregations + * + * @return array + */ + function getAggregations(); +}