Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 91104 invoked from network); 17 Jan 2011 06:53:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Jan 2011 06:53:53 -0000 Received: (qmail 53297 invoked by uid 500); 17 Jan 2011 06:53:51 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 52956 invoked by uid 500); 17 Jan 2011 06:53:47 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 52948 invoked by uid 99); 17 Jan 2011 06:53:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 06:53:46 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of pintu.grijesh@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Jan 2011 06:53:39 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.69) (envelope-from ) id 1Peixr-0003d4-91 for solr-user@lucene.apache.org; Sun, 16 Jan 2011 22:53:19 -0800 Date: Sun, 16 Jan 2011 22:53:19 -0800 (PST) From: Grijesh To: solr-user@lucene.apache.org Message-ID: <1295247199274-2270669.post@n3.nabble.com> In-Reply-To: <150672.64766.qm@web130109.mail.mud.yahoo.com> References: <1294915193427-2247479.post@n3.nabble.com> <150672.64766.qm@web130109.mail.mud.yahoo.com> Subject: Re: spell suggest response MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I have Not implemented on any public site . I just seen the auto-suggest list of google which have the lists containing both auto-suggest and spell-check Like just type on google "jave" it will give the suggestion java script java se jave staffing java string jave s So i was trying to implement that type of combined autusuggest with containing correct words. So I used both spellcheck components with any of autosuggest implementation (used terms or NGramFilter) And got the both suggestion autosuggest and correct words from spellcheck component ----- Thanx: Grijesh -- View this message in context: http://lucene.472066.n3.nabble.com/spell-suggest-response-tp2233409p2270669.html Sent from the Solr - User mailing list archive at Nabble.com.