purgeIndex() abstract public method

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