Good day, Where can I find some documentation of Solrj? Does it have a wiki page or something?
I am currently trying it out and I did a simple ping to see if it works. new CommonsHttpSolrServer( url ).ping(); However, I am getting a "Exception in thread "main" org.apache.solr.common.SolrException: Internal Server Error" because it was trying to access my [1] ( which will result to an HTTP Error 500 ), when it should have been accessing [2] ( the url given by the 'ping' link from the admin page ). I tried tracing the code from [3] and I can't find a way to set the params ( without hacking ) so that I can remove them. Am I using this method improperly or is there a problem with the ping? Thanks, Franz [1] http://localhost:8080/solr/document/admin/ping?wt=xml&version=2.2 [2] http://localhost:8080/solr/document/admin/ping [3] http://svn.apache.org/repos/asf/lucene/solr/trunk/[EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/-Solrj--Documentation---SolrServer-Ping-tf4246988.html#a12086225 Sent from the Solr - User mailing list archive at Nabble.com.