napoler / solr-php-client

Automatically exported from code.google.com/p/solr-php-client
Other
0 stars 0 forks source link

getting problem in configuring the solr-php-cline #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From downloads I have downloaded the SolrPhpClient.r60.2011-05-04.zip file and 
put inside the xampp/htdocs/SolrPhpClient and extracted here.In index.php file 

  $solr = new Apache_Solr_Service( 'localhost', '8983', '/solr' );

  if ( ! $solr->ping() ) {
    echo 'Solr service not responding.';
    exit;
  }

when I am executing the file http://localhost/SolrPhpClient/ I am getting error 
: Solr service not responding

Accept this I did nothing.Let me know how I can configure and make it 
executable it.

Thanks

Original issue reported on code.google.com by rajeev83...@gmail.com on 31 May 2013 at 11:44

GoogleCodeExporter commented 8 years ago
And what do you see at http://localhost:8983/solr  ?    Is your solr service 
running?  For issues like this please post to the mailing list and not the 
issue list until its determined there is in fact a bug.

https://groups.google.com/forum/?fromgroups#!forum/php-solr-client

Original comment by donovan....@gmail.com on 31 May 2013 at 3:23