You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Grant Ingersoll (JIRA)" <ji...@apache.org> on 2010/08/23 17:16:16 UTC

[jira] Created: (SOLR-2080) Create a Related Search Component

Create a Related Search Component
---------------------------------

                 Key: SOLR-2080
                 URL: https://issues.apache.org/jira/browse/SOLR-2080
             Project: Solr
          Issue Type: New Feature
            Reporter: Grant Ingersoll


Similar to spell checking, it is often useful to be able to, given a search, get back related searches, as determined by some model (perhaps external, perhaps internal -- as in a different core).  For now, I'm not concerned with the process of adding queries to the model.  

So, for example, given the query "television", this component _might_ return: LCD tvs, plasma tvs, HDTV, etc.

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


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


[jira] Commented: (SOLR-2080) Create a Related Search Component

Posted by "Grant Ingersoll (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SOLR-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12913690#action_12913690 ] 

Grant Ingersoll commented on SOLR-2080:
---------------------------------------

It occurs to me that what we have evolving here between spell check, suggestions and this is a baseline SuggesterComponent.  In one way or another, they all are doing the same thing, it's just the dictionary that is used that is different.   It is thus likely worthwhile to refactor a little bit here (while still keeping the back compat) a slightly more generic framework that doesn't presume names like <spellchecker> and instead switches to <suggester>, of which we have 3 different things: spell checking, auto-suggest, related search.


> Create a Related Search Component
> ---------------------------------
>
>                 Key: SOLR-2080
>                 URL: https://issues.apache.org/jira/browse/SOLR-2080
>             Project: Solr
>          Issue Type: New Feature
>            Reporter: Grant Ingersoll
>
> Similar to spell checking, it is often useful to be able to, given a search, get back related searches, as determined by some model (perhaps external, perhaps internal -- as in a different core).  For now, I'm not concerned with the process of adding queries to the model.  
> So, for example, given the query "television", this component _might_ return: LCD tvs, plasma tvs, HDTV, etc.

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


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