Elastica\Aggregation\SerialDiff::setBucketsPath PHP Method

setBucketsPath() public method

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