eZ\Publish\Core\Search\Legacy\Content\WordIndexer\Gateway::purgeIndex PHP Method

purgeIndex() abstract public method

Remove entire search index.
abstract public purgeIndex ( )
    public abstract function purgeIndex();

Usage Example

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