Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3CD47DEC for ; Fri, 5 Aug 2011 14:27:51 +0000 (UTC) Received: (qmail 25190 invoked by uid 500); 5 Aug 2011 14:27:50 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 25071 invoked by uid 500); 5 Aug 2011 14:27:49 -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 25062 invoked by uid 99); 5 Aug 2011 14:27:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2011 14:27:49 +0000 X-ASF-Spam-Status: No, hits=-2000.7 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2011 14:27:48 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 154048F95A for ; Fri, 5 Aug 2011 14:27:27 +0000 (UTC) Date: Fri, 5 Aug 2011 14:27:27 +0000 (UTC) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Message-ID: <1359480902.11694.1312554447083.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <670096670.1317.1312290207509.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SOLR-2688) switch solr 4.0 example to DirectSpellChecker MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-2688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated SOLR-2688: ------------------------------ Attachment: SOLR-2688.patch attached is a patch. one thing i found, is this spellchecker didnt set its query analyzer which is only sometimes used? by the spellchecking framework, if you use spellcheck.q versus q. so I fixed this in the patch, to set its queryAnalyzer like the index-baed one. > switch solr 4.0 example to DirectSpellChecker > --------------------------------------------- > > Key: SOLR-2688 > URL: https://issues.apache.org/jira/browse/SOLR-2688 > Project: Solr > Issue Type: Improvement > Components: spellchecker > Affects Versions: 4.0 > Reporter: Robert Muir > Attachments: SOLR-2688.patch > > > For discussion: we might want to switch the Solr 4.0 example to use DirectSpellChecker, which doesn't need an extra index or build/rebuild'ing. -- This message is automatically generated by JIRA. 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