Lines Matching defs:highlight
30 * @param array $highlight
37 function ft_pageSearch($query, &$highlight, $sort = null, $after = null, $before = null)
49 $data['highlight'] =& $highlight;
69 $data['highlight'] = $q['highlight'];
290 $id = implode(' ', $parsedQuery['highlight']);
294 $id = implode(' ', $parsedQuery['highlight']);
448 * @param array $highlight
451 function ft_snippet($id, $highlight)
459 'highlight' => &$highlight,
472 // build a regexp from the phrases to highlight
480 array_filter((array) $highlight)
730 * W+:, W-:, W_: - word (underscore: no need to highlight)
830 // turn highlight-flag off if terms are logically in "NOT" group
906 $q['highlight'][] = $body;
914 $q['highlight'][] = $body;
918 foreach (['words', 'phrases', 'highlight', 'ns', 'notns', 'and', 'not'] as $key) {
952 // W_: no need to highlight