[ 
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-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to