mirror of https://github.com/apache/lucene.git
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:
parent
ed887ca631
commit
16b846d1b8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue