> i'm looking at using Tika to index a
> bunch of documents. the wiki page seems to be a little bit
> out of date ("// TODO: this is out of date as of Solr 1.4 -
> dist/apache-solr-cell-1.4.jar and all of
> contrib/extraction/lib are needed") and it also looks a
> little incomplete.
> 
> is there an actual list of all the required jar files? i'm
> not sure they are in the same place in the 3.6.0
> distribution as they were in 1.4, and having an actual list
> would be very helpful in figuring out where they are.

Here is a list of <lib directories taken from example solrconfig.xml

  <lib dir="../../dist/" regex="apache-solr-cell-\d.*\.jar" />
  <lib dir="../../contrib/extraction/lib" regex=".*\.jar" />

If you want to use DIH :
 
<lib dir="../../dist/" regex="apache-solr-dataimporthandler-\d.*\.jar" />
<lib dir="../../contrib/dataimporthandler/lib/" regex=".*\.jar" />

Reply via email to