downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

SolrClient::deleteByIds> <SolrClient::__construct
[edit] Last updated: Fri, 24 Jun 2011

view this page in

SolrClient::deleteById

(PECL solr >= 0.9.2)

SolrClient::deleteByIdحذف با استفاده از Id

Description

public SolrUpdateResponse SolrClient::deleteById ( string $id )

حذف سند با ID مشخص. ID مقدار فیلد uniqueKey اعلام شده در شما است

Parameters

id

مقدار فیلد uniqueKey اعلام شده در شما

Return Values

بازگرداندن SolrUpdateResponse در صورت موفقیت و ایجاد SolrClientException در صورت شکست.

See Also



add a note add a note User Contributed Notes SolrClient::deleteById - [1 notes]
up
0
litzinger at gmail dot com
1 year ago
May need to run commit() after a delete query.

<?php
$this
->solrClient->deleteByQuery('id:'.$entryId);
$result = $this->solrClient->commit();
?>

 
show source | credits | stats | sitemap | contact | advertising | mirror sites