indexAll() публичный Метод

Indexes all posts in the forum in ES
public indexAll ( )
Пример #1
0
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
     //print_r($search->searchCommon(array('title' => 'ubuntu', 'category' => 6)));
 }
Пример #2
0
 public function run()
 {
     $search = new Indexer();
     $search->indexAll();
 }