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 2009/04/03 10:00:31 UTC

[Solr Wiki] Update of "ExtractingRequestHandler" by FergusMcMenemie

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 FergusMcMenemie:
http://wiki.apache.org/solr/ExtractingRequestHandler

The comment on the change is:
Clarifying the getting started bit!

------------------------------------------------------------------------------
  
   * Check out Solr trunk or get a 1.4 release or later if it exists
   * cd example
-  * Add the Configuration as defined below to the solrconfig.xml (or your solrconfig.xml), the libs will be added to the Solr home lib automatically by the example target, but the example Solr configuration does not contain the configuration of the ExtractingRequestHandler 
-   *''for recent solr code from svn, just uncomment existing section in solr/conf/solrconfig.xml under 'example' dir''
+  * The example directory comes with all required libs, but the configuration files are not setup for the !ExtractingRequestHandler. Add the Configuration as defined below to the example's solrconfig.xml.
+   *''recent versions of the solr code from svn, do contain a configuration section within example/solr/conf/solrconfig.xml but it needs uncommented.''
   * java -jar start.jar
  
  
@@ -56, +56 @@

  
  or whatever other way you know how to do it.  Don't forget to COMMIT!
   * e.g. curl "http://localhost:8983/solr/update/" -H "Content-Type: text/xml" --data-binary '<commit waitFlush="false"/>'   --see [http://www.lucidimagination.com/Community/Hear-from-the-Experts/Articles/Content-Extraction-Tika#example.source LucidImagination note]
+ 
+ If you are not working from the supplied example/solr directory you must copy all libraries from example/solr/libs into a libs directory within your own solr directory. The !ExtractingRequestHandler is not incorporated into the solr war file, you have to install it seperatly.
  
  = Configuration =