Property | Type | Description | |
---|---|---|---|
$aggregations | string[] | supported aggregation methods. | |
$filters | string[] | supported filter methods. | |
$queries | string[] | supported query methods. | |
$suggesters | string[] | supported $suggester methods. |
Method | Description | |
---|---|---|
getAggregations ( ) : string[] | ||
getQueries ( ) : string[] | ||
getSuggesters ( ) : string[] | ||
supports ( string $name, $type ) : boolean | returns true if $name is supported, false otherwise. |
protected string[] $aggregations | ||
return | string[] |