Author: ehatcher
Date: Fri Feb 20 21:29:12 2009
New Revision: 746370
URL: http://svn.apache.org/viewvc?rev=746370&view=rev
Log:
Use FQCN for handler. Broken otherwise when uncommented.
Modified:
lucene/solr/trunk/example/solr/conf/solrconfig.xml
Modified: lucene/solr/trunk/example/solr/conf/solrconfig.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/solrconfig.xml?rev=746370&r1=746369&r2=746370&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/solrconfig.xml (original)
+++ lucene/solr/trunk/example/solr/conf/solrconfig.xml Fri Feb 20 21:29:12 2009
@@ -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>