indexAll() public method

Indexes all posts in the forum in ES
public indexAll ( )
Ejemplo n.º 1
0
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
     //print_r($search->searchCommon(array('title' => 'ubuntu', 'category' => 6)));
 }
Ejemplo n.º 2
0
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
 }