PHP » GoLang |
login |
register |
about
|
GoLang SolrUtils::digestXmlResponse
request it (329)
GoLang replacement for PHP's SolrUtils::digestXmlResponse
[edit | history]
PHP SolrUtils::digestXmlResponsePHP original manual for SolrUtils::digestXmlResponse [ show | php.net ]SolrUtils::digestXmlResponse(PECL solr >= 0.9.2) SolrUtils::digestXmlResponse — Parses an response XML string into a SolrObject Description
public static SolrObject SolrUtils::digestXmlResponse
( string
$xmlresponse
[, int $parse_mode = 0
] )This method parses an response XML string from the Apache Solr server into a SolrObject. It throws a SolrException if there was an error. Parameters
Return ValuesReturns the SolrObject representing the XML response. If the parse_mode parameter is set to SolrResponse::PARSE_SOLR_OBJ Solr documents will be parses as SolrObject instances. If it is set to SolrResponse::PARSE_SOLR_DOC, they will be parsed as SolrDocument instances. |
more
Recently updated
more
Most requested
more
Last requests
|