Elastica\Suggest\AbstractSuggest::setText PHP Method

setText() public method

Suggest text must be set either globally or per suggestion.
public setText ( string $text )
$text string
    public function setText($text)
    {
        return $this->_setRawParam('text', $text);
    }