Elastica\Suggest\AbstractSuggest::setRegexOptions PHP Method

setRegexOptions() public method

Expects one of the next params: max_determinized_states - defaults to 10000, flags are ALL (default), ANYSTRING, COMPLEMENT, EMPTY, INTERSECTION, INTERVAL, or NONE.
public setRegexOptions ( array $value )
$value array
    public function setRegexOptions(array $value)
    {
        return $this->setParam('regex', $value);
    }