Use FQCN for handler. Broken otherwise when uncommented.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746370 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2009-02-20 21:29:12 +00:00
parent ed887ca631
commit 16b846d1b8
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@
</requestHandler>
<!--
<requestHandler name="/update/extract" class="solr.ExtractingRequestHandler">
<requestHandler name="/update/extract" class="org.apache.solr.handler.extraction.ExtractingRequestHandler">
<lst name="defaults">
<str name="ext.map.Last-Modified">last_modified</str>
<bool name="ext.ignore.und.fl">true</bool>