public function deindex(EntityInterface $entity)
 {
     $this->adapter->removeDocument($this->indexName, $entity->getId());
 }
Exemplo n.º 2
0
 public function removeEntity(EntityInterface $entity)
 {
     $this->adapter->remove($entity->getId());
 }