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 ChrisHarris: http://wiki.apache.org/solr/UpdateRichDocuments The comment on the change is: Making install instructions work with my change to rich.patch ------------------------------------------------------------------------------ 1) You need a couple patch files and zips of source and test code that are attached to the JIRA issue at https://issues.apache.org/jira/browse/SOLR-284. - 2) Download the libs.zip, rich.patch, test-files.zip, source.zip, and test.zip files. + 2) Download the rich.patch, libs.zip, and test-files.zip files. If there are duplicates of any of these files, download the latest one; you should be able to tell which one is the latest because the other ones should be grayed out. 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/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. + 5) Apply the rich.patch to your source. Rich.patch has tweaks that add the solr.RichDocumentRequestHandler to your solrconfig.xml files. It also adds the code to support your new update handler. - 6) Copy the contents of source.zip into SOLR_HOME/src/java/org/apache/solr/handler - - 7) Copy the contents of test.zip into SOLR_HOME/src/test/org/apache/solr/handler - - 8) Run {{{ant test}}} to verify everything is working! + 6) Run {{{ant test}}} to verify everything is working! == Methods of uploading Binary records == Binary records may be uploaded to Solr by sending the data to the /solr/update/rich URL.
