You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/09/05 22:28:33 UTC

[Solr Wiki] Update of "UpdateRichDocuments" by JayJennings

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by JayJennings:
http://wiki.apache.org/solr/UpdateRichDocuments

------------------------------------------------------------------------------
  
  3) Unzip the libs.zip into SOLR_HOME/lib.  These are the jar's required for parsing the rich documents, using PDFBox and POI.
  
- 4) Unzip the test-files.zip into SOLR_HOME/test/test-files/.  These are various test files for running the included unit tests.
+ 4) Unzip the test-files.zip into SOLR_HOME/src/test/test-files/.  These are various test files for running the included unit tests.
  
  5) Apply the rich.patch to your source.  Rich.patch has tweaks that add the solr.RichDocumentRequestHandler to your solrconfig.xml files.