コード例 #1
0
 public function deindex(EntityInterface $entity)
 {
     $this->adapter->removeDocument($this->indexName, $entity->getId());
 }
コード例 #2
0
 public function removeEntity(EntityInterface $entity)
 {
     $this->adapter->remove($entity->getId());
 }