Re: indexing documents in Apache Solr using php-curl library

2012-07-02 Thread Sascha SZOTT
Hi, perhaps it's better to use a PHP Solr client library. I used https://code.google.com/p/solr-php-client/ in a project of mine and it worked just fine. -Sascha Asif wrote: > I am indexing the file using php curl library. I am stuck here with the code > echo "Stored in: " . "upload/" . $_F

indexing documents in Apache Solr using php-curl library

2012-07-02 Thread Asif
. curl_error($ch); } else { curl_close($ch); print "curl exited okay\n"; echo "Data returned...\n"; echo "\n"; echo $data; echo "------------