Re: Solr 3.6 parsing and extraction files

2012-04-18 Thread Jan Høydahl
Hi, I suppose you want to POST office docs into Solr for text extraction using the Extracting RequestHandler (SolrCell). Have you read this page? http://wiki.apache.org/solr/ExtractingRequestHandler You basically need all libs provided by contrib/extraction. You can see in the example solr/conf/

Solr 3.6 parsing and extraction files

2012-04-18 Thread Tod
Could someone possibly provide me with a list of jars that I need to extract from the apache-solr-3.6.0.tgz file to enable the parsing and remote streaming of office style documents? I assume (for a multicore configuration) they would go into ./tomcat/webapps/solr/WEB-INF/lib - correct? Tha