[ 
https://issues.apache.org/jira/browse/SOLR-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733123#action_12733123
 ] 

Noble Paul edited comment on SOLR-1249 at 7/19/09 10:00 PM:
------------------------------------------------------------

The example solrconfig.xml has an extraction request handler
{code:xml}
<requestHandler name="/update/extract" 
class="org.apache.solr.handler.extraction.ExtractingRequestHandler" 
startup="lazy">
    <lst name="defaults">
      <str name="uprefix">ignored_</str>
      <str name="map.content">text</str>
    </lst>
  </requestHandler>
{code}

The tests still pass

      was (Author: noble.paul):
    I tried this out by adding extraction requesthandler as follows
{code:xml}
<requestHandler name="/update/extract" 
class="org.apache.solr.handler.extraction.ExtractingRequestHandler"/>
{code}

The tests still pass
  
> TestSpellCheckResponse depends on example server
> ------------------------------------------------
>
>                 Key: SOLR-1249
>                 URL: https://issues.apache.org/jira/browse/SOLR-1249
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Yonik Seeley
>             Fix For: 1.4
>
>
> TestSpellCheckResponse fails If you uncomment the extraction request hander 
> in example/solr/conf/solrconfig.xml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to