indexAll() public method

Indexes all posts in the forum in ES
public indexAll ( )
コード例 #1
0
ファイル: search-tasks.php プロジェクト: atsuyim/forum
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
     //print_r($search->searchCommon(array('title' => 'ubuntu', 'category' => 6)));
 }
コード例 #2
0
ファイル: search-tasks.php プロジェクト: phalcon/forum
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
 }