コード例 #1
0
ファイル: zend.php プロジェクト: Sajaki/customisation-db
 /**
  * @{inheritDoc}
  */
 public function delete($object_type, $object_id)
 {
     $this->client->deleteById($object_type . '_' . $object_id, '\\phpbb\\titania\\search\\document');
 }
コード例 #2
0
 public function testDeleteByIdNonExisting()
 {
     $session = new ezcSearchSession($this->backend, new ezcSearchXmlManager($this->testFilesDir));
     $session->deleteById('4822deec4153d-three', 'Article');
 }