Home
last modified time | relevance | path

Searched +full:perpage +(+path:plugin +path:elasticsearch) -(+path:plugin +path:elasticsearch +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/conf/
H A Ddefault.php14 $conf['perpage'] = 20;
H A Dmetadata.php14 $meta['perpage'] = array('numeric', '_min' => 1);
/plugin/elasticsearch/action/
H A Dsearch.php132 $equery->setSize($this->getConf('perpage'));
133 $equery->setFrom($this->getConf('perpage') * ($INPUT->int('p', 1, true) - 1));
475 $pages = ceil($all / $this->getConf('perpage'));