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 2010/02/04 16:37:54 UTC

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

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "ExtractingRequestHandler" page has been changed by egore911.
The comment on this change is: Move the date.formats section into the defaults section as suggested by Mark Miller.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=52&rev2=53

--------------------------------------------------

      <lst name="defaults">
        <str name="fmap.Last-Modified">last_modified</str>
        <str name="uprefix">ignored_</str>
+       <!-- 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>
      </lst>
      <!--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>
-     <!-- 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>
    </requestHandler>
  }}}