Update PartialResultsInterface.php

This commit is contained in:
Cassiano 2014-10-08 14:31:19 -03:00
parent f9ce1dcd4e
commit 197bb3ebad

View file

@ -28,4 +28,11 @@ interface PartialResultsInterface
* @return array
*/
function getFacets();
}
/**
* Returns the aggregations
*
* @return array
*/
function getAggregations();
}