Home
last modified time | relevance | path

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

/plugin/solr/
H A Daction.php18 const PAGING_SIZE = 100; define in action_plugin_solr
194 'rows' => self::PAGING_SIZE,
224 …le_params = array_merge($this->common_params, array('q' => $q_title, 'rows' => self::PAGING_SIZE));
227 'rows' => self::PAGING_SIZE,
318 …ontent_result['response']['numFound'] > $content_result['response']['start'] + self::PAGING_SIZE) {
319 $params['start'] = $content_result['response']['start'] + self::PAGING_SIZE;