[
https://issues.apache.org/jira/browse/SOLR-335?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12526237
]
Bill Au commented on SOLR-335:
------------------------------
It turns out that in the Solr response for a ping is neither a <response> or
<result> but a <solr>:
<?xml-stylesheet type="text/xsl" href="ping.xsl"?>
<solr>
<ping>
</ping>
</solr>
Since the response has no useful information, I will put an empty NamedList in
SolrPingResponse.
> solrj and ping / PingRequestHandler
> -----------------------------------
>
> Key: SOLR-335
> URL: https://issues.apache.org/jira/browse/SOLR-335
> Project: Solr
> Issue Type: Bug
> Components: clients - java
> Reporter: Ryan McKinley
> Priority: Minor
>
> Solrj needs to talk to a PingRequestHandler
> see:
> http://www.nabble.com/-Solrj--Documentation---SolrServer-Ping-tf4246988.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.