Elastica\Aggregation\BucketScript::setBucketsPath PHP Méthode

setBucketsPath() public méthode

Set the buckets_path for this aggregation.
public setBucketsPath ( array $bucketsPath )
$bucketsPath array
    public function setBucketsPath($bucketsPath)
    {
        return $this->setParam('buckets_path', $bucketsPath);
    }