Elastica\Aggregation\AbstractTermsAggregation::setExecutionHint PHP Method

setExecutionHint() public method

The execution hint will be ignored if it is not applicable.
public setExecutionHint ( string $hint )
$hint string map or ordinals
    public function setExecutionHint($hint)
    {
        return $this->setParam('execution_hint', $hint);
    }