Searched refs:getExcerpt (Results 1 – 6 of 6) sorted by relevance
| /plugin/sphinxsearch/ ! |
| D | SphinxSearch.php | 147 $bodyExcerpt = $this->getExcerpt($body, $keywords); 148 $titleTextExcerpt = $this->getExcerpt($titleText, $keywords); 202 public function getExcerpt($data, $query) function in SphinxSearch
|
| D | functions.php | 335 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
|
| /plugin/sphinxsearch-was/ ! |
| H A D | SphinxSearch.php | 148 $bodyExcerpt = $this->getExcerpt($body, $keywords); 149 $titleTextExcerpt = $this->getExcerpt($titleText, $keywords); 203 public function getExcerpt($data, $query) function in SphinxSearch
|
| H A D | functions.php | 329 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
|
| /plugin/sphinxsearchwas/ ! |
| D | functions.php | 254 $titleExcerpts = $search->getExcerpt($titles, $search->starQuery($keywords));
|
| D | SphinxSearch.php | 156 public function getExcerpt(array $data, string $query): array { function in SphinxSearch
|