Provides an interface for repositories of which the entities are connected to the Search service.
Example #1
0
 /**
  * Clear all indexed timestamps
  *
  * @return void
  */
 public function clearAll()
 {
     $this->repository->setIndexedNull();
 }