You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Jan Høydahl (JIRA)" <ji...@apache.org> on 2013/07/03 12:47:21 UTC

[jira] [Commented] (SOLR-4681) Add spellcheck to default /select handler

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

Jan Høydahl commented on SOLR-4681:
-----------------------------------

bq. However, in Solr we DO expose the spellcheck box under /select, and it does not work, so I really think we should spellcheck should be in the default.

If this is the main concern, a better solution is letting the GUI disable/grey-out the spellcheck checkbox if the selected handler is not configured with the spellcheck component.

Don't know if it is easy to get to such info through clean REST APIs. We cannot rely on a component named "spellcheck", since it may be named anything when looking at a custom solrconfig. You could fire a dummy query and look at the response but that is not very clean?
                
> Add spellcheck to default /select handler
> -----------------------------------------
>
>                 Key: SOLR-4681
>                 URL: https://issues.apache.org/jira/browse/SOLR-4681
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.2
>            Reporter: Mark Bennett
>         Attachments: SOLR-4681-with-default-select.patch
>
>
> In SOLR-4680 I put a patch to fix spellcheck for the /spell handler.
> This bug/patch does that and also adds spellcheck to the default /select launch.  I'm putting it as a separate bug because I suspect some people may have stronger feelings about adding a component to the default that everybody uses.
> However, in Solr we DO expose the spellcheck box under /select, and it does not work, so I really think we should spellcheck should be in the default.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org