Exemple #1
0
 /**
  * @{inheritDoc}
  */
 public function delete($object_type, $object_id)
 {
     $this->client->deleteById($object_type . '_' . $object_id, '\\phpbb\\titania\\search\\document');
 }
 public function testDeleteByIdNonExisting()
 {
     $session = new ezcSearchSession($this->backend, new ezcSearchXmlManager($this->testFilesDir));
     $session->deleteById('4822deec4153d-three', 'Article');
 }