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 2008/12/06 13:28:22 UTC

[Solr Wiki] Trivial Update of "ExtractingRequestHandler" by GrantIngersoll

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

------------------------------------------------------------------------------
    * Download solr-word.pdf from the handler's JIRA age and put it in contrib\extraction\src\test\resources
    * run "ant test" or "ant test-contrib" or "ant test -Dtestcase=ExtractingRequestHandlerTest"
   * ant clean example  // build the example
+  * Add the Configuration as defined below, the libs will be added to the Solr home lib automatically, but they will not be configured
   * cd example
   * java -jar start.jar
  
  == After the Patch is Committed ==
   * Check out Solr trunk or get a 1.4 release or later if it exists
+  * Add the Configuration as defined below, the libs will be added to the Solr home lib automatically, but they will not be configured
   * As above starting with the "ant clean example" step.
  
  In a separate window, post a file:
@@ -102, +104 @@

        <str name="ext.map.Last-Modified">last_modified</str>
        <bool name="ext.ignore.und.fl">true</bool>
      </lst>
-     <!--Specify a path to a tika configuration file.  See the Tika docs for details.-->
+     <!--Optional.  Specify a path to a tika configuration file.  See the Tika docs for details.-->
      <str name="tika.config">/my/path/to/tika.config</str>
-     <!-- Specify one or more date formats to parse.  See DateUtil.DEFAULT_DATE_FORMATS for default date formats -->
+     <!-- Optional. Specify one or more date formats to parse.  See DateUtil.DEFAULT_DATE_FORMATS for default date formats -->
      <lst name="date.formats">
        <str>yyyy-MM-dd</str>
      </lst>