You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2009/06/26 00:08:07 UTC

[jira] Created: (SOLR-1249) TestSpellCheckResponse depends on example server

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.


[jira] Issue Comment Edited: (SOLR-1249) TestSpellCheckResponse depends on example server

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ 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.


[jira] Commented: (SOLR-1249) TestSpellCheckResponse depends on example server

Posted by "Yonik Seeley (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733129#action_12733129 ] 

Yonik Seeley commented on SOLR-1249:
------------------------------------

Hmmm, it must have been some other changes I made to the schema to test the extracting request handler.
I guess we can adjust the test as the example schema changes (unless it's easy to make this a normal test that doesn't depend on the example config/schema)

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


[jira] Resolved: (SOLR-1249) TestSpellCheckResponse depends on example server

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SOLR-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll resolved SOLR-1249.
-----------------------------------

    Resolution: Invalid

ExtractingRequestHandler is now uncommented by default and all 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.


[jira] Commented: (SOLR-1249) TestSpellCheckResponse depends on example server

Posted by "Noble Paul (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-1249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12733123#action_12733123 ] 

Noble Paul commented on SOLR-1249:
----------------------------------

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.