array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'tr', ), 'this' => array ( 0 => 'solrclient.deletebyqueries.php', 1 => 'SolrClient::deleteByQueries', 2 => 'Removes all documents matching any of the queries', ), 'up' => array ( 0 => 'class.solrclient.php', 1 => 'SolrClient', ), 'prev' => array ( 0 => 'solrclient.deletebyids.php', 1 => 'SolrClient::deleteByIds', ), 'next' => array ( 0 => 'solrclient.deletebyquery.php', 1 => 'SolrClient::deleteByQuery', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/solr/solrclient/deletebyqueries.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>
(PECL solr >= 0.9.2)
SolrClient::deleteByQueries — Removes all documents matching any of the queries
Removes all documents matching any of the queries
queriesThe array of queries. This must be an actual php variable.
Returns a SolrUpdateResponse on success and throws a SolrClientException on failure.
Throws SolrClientException if the client had failed, or there was a connection issue.
Throws SolrServerException if the Solr Server had failed to process the request.