Example #1
0
 /**
  * Purges all contents from the index.
  */
 public function purgeIndex()
 {
     $this->indexerGateway->purgeIndex();
 }