public function deindex(EntityInterface $entity)
 {
     $this->adapter->removeDocument($this->indexName, $entity->getId());
 }
 public function removeEntity(EntityInterface $entity)
 {
     $this->adapter->remove($entity->getId());
 }