Elastica\Query\Common::setHighFrequencyOperator PHP Method

setHighFrequencyOperator() public method

Set the logic operator for high frequency terms.
public setHighFrequencyOperator ( string $operator )
$operator string see OPERATOR_* class constants for options
    public function setHighFrequencyOperator($operator)
    {
        return $this->setQueryParam('high_frequency_operator', $operator);
    }