Home
last modified time | relevance | path

Searched refs:getHighlights (Results 1 – 2 of 2) sorted by relevance

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php219 public function getHighlights(): array function in Elastica\\Result
/plugin/elasticsearch/action/
H A Dsearch.php406 $highlightsTitle = $row->getHighlights()['title'] ?? '';
417 $highlightedSnippets = $row->getHighlights()[$this->getConf('snippets')] ?? [];