Query: solrresponse
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SOLRRESPONSE(3) 1 SOLRRESPONSE(3) The SolrResponse classINTRODUCTIONRepresents a response from the Solr server.CLASS SYNOPSISSolrResponse abstract SolrResponse Constants o const integer$SolrResponse::PARSE_SOLR_OBJ0 o const integer$SolrResponse::PARSE_SOLR_DOC1 Properties o protected integer$http_status o protected integer$parser_mode o protected bool$success o protected string$http_status_message o protected string$http_request_url o protected string$http_raw_request_headers o protected string$http_raw_request o protected string$http_raw_response_headers o protected string$http_raw_response o protected string$http_digested_response Methods o public string SolrResponse::getDigestedResponse (void ) o public int SolrResponse::getHttpStatus (void ) o public string SolrResponse::getHttpStatusMessage (void ) o public string SolrResponse::getRawRequest (void ) o public string SolrResponse::getRawRequestHeaders (void ) o public string SolrResponse::getRawResponse (void ) o public string SolrResponse::getRawResponseHeaders (void ) o public string SolrResponse::getRequestUrl (void ) o public SolrObject SolrResponse::getResponse (void ) o public bool SolrResponse::setParseMode ([int $parser_mode]) o public bool SolrResponse::success (void )PROPERTIESo $http_status -The http status of the response. o $parser_mode -Whether to parse the solr documents as SolrObject or SolrDocument instances. o $success -Was there an error during the request o $http_status_message -Detailed message on http status o $http_request_url -The request URL o $http_raw_request_headers -A string of raw headers sent during the request. o $http_raw_request -The raw request sent to the server o $http_raw_response_headers -Response headers from the Solr server. o $http_raw_response -The response message from the server. o $http_digested_response -The response in PHP serialized format.PREDEFINED CONSTANTSSOLRRESPONSE CLASS CONSTANTSo SolrResponse::PARSE_SOLR_OBJ -Documents should be parsed as SolrObject instances o SolrResponse::PARSE_SOLR_DOC -Documents should be parsed as SolrDocument instances. PHP Documentation Group SOLRRESPONSE(3)
Related Man Pages |
---|
httpmessage(3) - php |
reflectionmethod(3) - php |
solrqueryresponse(3) - php |
yafapplication(3) - php |
yaf_action_abstract(3) - php |
Similar Topics in the Unix Linux Community |
---|
chmod will not drwxrw---- |
Solr Documentation NEEDED | Solr 1.4 on Ubuntu 10.04 LTS |
Solr--Basic Example execution error |