Newscoop\Search\Indexer::clearAll PHP Method

clearAll() public method

Clear all indexed timestamps
public clearAll ( ) : void
return void
    public function clearAll()
    {
        $this->repository->setIndexedNull();
    }