|
The SolrPingResponse classIntroductionRepresents a response to a ping request to the server Class synopsisSolrPingResponse
final
class SolrPingResponse
extends
SolrResponse
{
/* Constants */
const
int
SolrPingResponse::PARSE_SOLR_OBJ = 0;
const
int
SolrPingResponse::PARSE_SOLR_DOC = 1;
/* Properties */
/* Methods */
public __construct()
public string getResponse()
public __destruct()
/* Inherited methods */
public string SolrResponse::getDigestedResponse()
public int SolrResponse::getHttpStatus()
public string SolrResponse::getHttpStatusMessage()
public string SolrResponse::getRawRequest()
public string SolrResponse::getRawRequestHeaders()
public string SolrResponse::getRawResponse()
public string SolrResponse::getRawResponseHeaders()
public string SolrResponse::getRequestUrl()
public SolrObject SolrResponse::getResponse()
public bool SolrResponse::setParseMode(int
$parser_mode = 0)public bool SolrResponse::success()
}Properties
Predefined ConstantsSolrPingResponse Class Constants
|