Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 79156 invoked from network); 22 Sep 2010 18:08:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 22 Sep 2010 18:08:59 -0000 Received: (qmail 96766 invoked by uid 500); 22 Sep 2010 18:08:58 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 96622 invoked by uid 500); 22 Sep 2010 18:08:57 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 96615 invoked by uid 99); 22 Sep 2010 18:08:57 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 18:08:57 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Sep 2010 18:08:55 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8MI8XqO014688 for ; Wed, 22 Sep 2010 18:08:33 GMT Message-ID: <18293711.348511285178913652.JavaMail.jira@thor> Date: Wed, 22 Sep 2010 14:08:33 -0400 (EDT) From: "Grant Ingersoll (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (SOLR-2080) Create a Related Search Component In-Reply-To: <27678204.509561282576576060.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on 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 and instead switches to , 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