Re: Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread Erick Erickson
r client, isn't there anything that could be done using the PHP Solr > client only? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHandler-tp4077856p4077893.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread xan
Thanks for the link. Also, having gone quite far with my work using the PHP Solr client, isn't there anything that could be done using the PHP Solr client only? -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHa

Re: Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread Erick Erickson
Right, sorry... http://searchhub.org/dev/2012/02/14/indexing-with-solrj/ On Sun, Jul 14, 2013 at 8:31 AM, xan wrote: > Sorry, but did you forget to send me the example's link? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Getting-inde

Re: Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread xan
Sorry, but did you forget to send me the example's link? -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHandler-tp4077856p4077877.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread Erick Erickson
gt; > //fire the curl request here referring to the file at $data->filepath > $doc->addField ('filecontent' , //content of the pdf file); > > Also, instead of firing the raw cURL request, is there a better way? I don't > know if the current PECL SOLR Clien

Getting indexed content of files using ExtractingRequestHandler

2013-07-14 Thread xan
there a better way? I don't know if the current PECL SOLR Client 1.0.2 has the feature of indexing pdf files. -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-indexed-content-of-files-using-ExtractingRequestHandler-tp4077856.html Sent from the Solr - User mailing list archive at Nabble.com.