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> }}}
