Re: php library for extractrequest handler

2011-06-03 Thread Naveen Gupta
Yes, that one i used and it is working fine .thanks to nabble .. Thanks Naveen On Fri, Jun 3, 2011 at 4:02 PM, Gora Mohanty wrote: > On Fri, Jun 3, 2011 at 3:55 PM, Naveen Gupta wrote: > > Hi > > > > We want to post to solr server with some of the files (rtf,doc,etc) using > > php .. one way

Re: php library for extractrequest handler

2011-06-03 Thread Gora Mohanty
On Fri, Jun 3, 2011 at 3:55 PM, Naveen Gupta wrote: > Hi > > We want to post to solr server with some of the files (rtf,doc,etc) using > php .. one way is to post using curl Do not normally use PHP, and have not tried it myself. However, there is a PHP extension for Solr: http://wiki.apache.org

php library for extractrequest handler

2011-06-03 Thread Naveen Gupta
Hi We want to post to solr server with some of the files (rtf,doc,etc) using php .. one way is to post using curl is there any client like java client (solrcell) urls will also help Thanks Naveen