|
SolrClient::requestSends a raw update request Beschreibung
public SolrUpdateResponse SolrClient::request
( string
$raw_request
)Sends a raw XML update request to the server Parameter-Liste
RückgabewerteReturns a SolrUpdateResponse on success. Throws an exception on failure. Fehler/Exceptions
Throws SolrIllegalArgumentException if Throws SolrClientException if the client had failed, or there was a connection issue. Throws SolrServerException if the Solr Server had failed to satisfy the query. Beispiele
Beispiel #1 SolrClient::request example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: ... |