Home
last modified time | relevance | path

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

/plugin/solr/
H A Daction.php279 $content_result = unserialize($helper->solr_query('select', $query_str));
288 if(!empty($content_result['response']['docs'])){
293 foreach($content_result['response']['docs'] as $doc){
298 $data = array('result' => $content_result, 'id' => $id, 'html' => array());
301 if(!empty($content_result['highlighting'][$id]['content'])){
303 … $highlight = htmlspecialchars(implode('... ', $content_result['highlighting'][$id]['content']));
318 …if($content_result['response']['numFound'] > $content_result['response']['start'] + self::PAGING_S…
319 $params['start'] = $content_result['response']['start'] + self::PAGING_SIZE;