Update FantaPaginatorAdapter.php
This commit is contained in:
parent
d2de7ba6e8
commit
7c6fe4eaab
1 changed files with 12 additions and 0 deletions
|
|
@ -39,6 +39,18 @@ class FantaPaginatorAdapter implements AdapterInterface
|
|||
{
|
||||
return $this->adapter->getFacets();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns Aggregations
|
||||
*
|
||||
* @return mixed
|
||||
*
|
||||
* @api
|
||||
*/
|
||||
public function getAggregations()
|
||||
{
|
||||
return $this->adapter->getAggregations();
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a slice of the results.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue