|
SolrClient::deleteByIdsDeletes by Ids Description
public SolrUpdateResponse SolrClient::deleteByIds
( array
$ids
)Deletes a collection of documents with the specified set of ids. Parameters
Return ValuesReturns a SolrUpdateResponse on success and throws a SolrClientException on failure. See Also
|