Home
last modified time | relevance | path

Searched refs:getExcerpt (Results 1 – 6 of 6) sorted by relevance

/plugin/sphinxsearch/ !
DSphinxSearch.php147 $bodyExcerpt = $this->getExcerpt($body, $keywords);
148 $titleTextExcerpt = $this->getExcerpt($titleText, $keywords);
202 public function getExcerpt($data, $query) function in SphinxSearch
Dfunctions.php335 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/sphinxsearch-was/ !
H A DSphinxSearch.php148 $bodyExcerpt = $this->getExcerpt($body, $keywords);
149 $titleTextExcerpt = $this->getExcerpt($titleText, $keywords);
203 public function getExcerpt($data, $query) function in SphinxSearch
H A Dfunctions.php329 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/sphinxsearchwas/ !
Dfunctions.php254 $titleExcerpts = $search->getExcerpt($titles, $search->starQuery($keywords));
DSphinxSearch.php156 public function getExcerpt(array $data, string $query): array { function in SphinxSearch