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/22 21:13:13 UTC

[Solr Wiki] Update of "ExtractingRequestHandler" by PeterWolanin

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

The comment on the change is:
add info about multi-core, remove comment about code not being committed.

------------------------------------------------------------------------------
  
  [[TableOfContents]]
  
- This document currently represents uncommitted code.  Please see [https://issues.apache.org/jira/browse/SOLR-284 SOLR-284] for more information.
+ Please see [https://issues.apache.org/jira/browse/SOLR-284 SOLR-284] for more information on the incorporation of this feature into Solr 1.4.
  
  = Introduction =
  
@@ -35, +35 @@

  
  = Getting Started with the Solr Example =
  
-  * Check out Solr trunk or get a 1.4 release or later if it exists
+  * Check out Solr trunk or get a 1.4 release or later if it exists.  
+  * If using a check out, running "ant example" will build the necessary jars.
   * cd example
   * 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
+  * For multi-core, specify {{{ sharedLib='lib' }}} in {{{ <solr /> }}} in example/solr/solr.xml in order for Solr to find the jars in example/solr/lib
  
  
  In a separate window, post a file: