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 GrantIngersoll:
http://wiki.apache.org/solr/ExtractingRequestHandler
------------------------------------------------------------------------------
= Getting Started =
* Check out Solr trunk
- * Apply the patch: <!> TODO: PATCH NAME HERE <!>
- * Add http://people.apache.org/~gsingers/tika-0.2-SNAPSHOT-standalone.jar to your solr-trunk/lib
(the lib directory)
+ * Apply the patch: patch -p 0 -i <PATH TO SOLR-282.patch> [--dry-run]
+ * Untar copy http://people.apache.org/~gsingers/extraction-libs.tar in the trunk/contrib/extraction/
directory (thus creating a lib directory there)
* ant clean example // build the example
* cd example
* java -jar start.jar
|