Die SolrResponse-Klasse
(PECL solr >= 0.9.2)
Einführung
Stellt eine Antwort des Solr-Servers dar.
Klassenbeschreibung
Eigenschaften
- http_status
-
Der http-Status der Antwort.
- parser_mode
-
Ob die Solr-Dokumente als SolrObject oder SolrDocument-Instanzen geparst werden sollen.
- success
-
Ist bei der Anfrage ein Fehler aufgetreten?
- http_status_message
-
Ausführliche Meldung zum http-Status.
- http_request_url
-
Die Anfrage-URL.
- http_raw_request_headers
-
Eine Zeichenkette mit rohen Kopfzeilen, die während der Anfrage gesendet werden.
- http_raw_request
-
Die an den Server gesendete Rohanfrage.
- http_raw_response_headers
-
Antwort-Header vom Solr-Server.
- http_raw_response
-
Die Antwortnachricht des Servers.
- http_digested_response
-
Die Antwort im serialisierten PHP-Format.
Vordefinierte Konstanten
SolrResponse-Klassenkonstanten
SolrResponse::PARSE_SOLR_OBJ
-
Dokumente sollten als SolrObject-Instanzen geparst werden.
SolrResponse::PARSE_SOLR_DOC
-
Dokumente sollten als SolrDocument-Instanzen geparst werden.
Inhaltsverzeichnis
- SolrResponse::getDigestedResponse — Returns the XML response as serialized PHP data
- SolrResponse::getHttpStatus — Returns the HTTP status of the response
- SolrResponse::getHttpStatusMessage — Returns more details on the HTTP status
- SolrResponse::getRawRequest — Returns the raw request sent to the Solr server
- SolrResponse::getRawRequestHeaders — Returns the raw request headers sent to the Solr server
- SolrResponse::getRawResponse — Returns the raw response from the server
- SolrResponse::getRawResponseHeaders — Returns the raw response headers from the server
- SolrResponse::getRequestUrl — Returns the full URL the request was sent to
- SolrResponse::getResponse — Returns a SolrObject representing the XML response from the server
- SolrResponse::setParseMode — Sets the parse mode
- SolrResponse::success — Was the request a success