Bolt\Storage\Query\SearchWeighter::setSearchWords PHP Method

setSearchWords() public method

Sets the words that we want to query against. Normally this comes from the filter in a search, exploded into an array so the words are separated.
public setSearchWords ( array $words )
$words array
    public function setSearchWords(array $words)
    {
        $this->searchWords = $words;
    }