I have a lot of pdf files. I am trying to import pdf files to solr and index 
them. I added ExtractingRequestHandler to solrconfig.xml. 

Please tell me if I need download some jar files. 

In the Solr1.4 Enterprise Search Server book, use following command to import a 
mccm.pdf.

curl 
'http://localhost:8983/solr/solr-home/update/extract?map.content=text&map.stream_name=id&commit=true'
 -F "fi...@mccm.pdf"

Please tell me if there is a way to import pdf files from a directory.

Thanks so much for your help!

Reply via email to