Cake\ElasticSearch\Query::highlight PHP 메소드

highlight() 공개 메소드

Set the highlight options for the query.
public highlight ( array $highlight )
$highlight array The highlight options to use.
    public function highlight(array $highlight)
    {
        $this->_parts['highlight'] = $highlight;
        return $this;
    }