Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 9018 invoked from network); 12 Aug 2008 13:31:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 13:31:36 -0000 Received: (qmail 81985 invoked by uid 500); 12 Aug 2008 13:31:36 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 81627 invoked by uid 500); 12 Aug 2008 13:31:34 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 81616 invoked by uid 99); 12 Aug 2008 13:31:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 06:31:34 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 13:30:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 06E3D234C1A4 for ; Tue, 12 Aug 2008 06:30:45 -0700 (PDT) Message-ID: <1696861367.1218547845027.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 06:30:45 -0700 (PDT) From: "Grant Ingersoll (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Updated: (SOLR-630) Spellchecker should not be case-sensitive and should be stopwords-aware In-Reply-To: <1858092871.1216068871617.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SOLR-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll updated SOLR-630: --------------------------------- Fix Version/s: (was: 1.3) 1.4 Doesn't seem to be anyone taking this up, so marking it as 1.4. > Spellchecker should not be case-sensitive and should be stopwords-aware > ----------------------------------------------------------------------- > > Key: SOLR-630 > URL: https://issues.apache.org/jira/browse/SOLR-630 > Project: Solr > Issue Type: Bug > Components: spellchecker > Reporter: Otis Gospodnetic > Priority: Minor > Fix For: 1.4 > > > Here are 2 more bugs: > 1) > Search for: > united states of America > Suggests: > united states oft America > It looks like the SC doesn't check stopwords, and "of" is a stopword. Thus, it does not exist in the index, > but "oft" does, so SC suggests "oft" and thinks "of" is misspelled. I think the SC component should check the list of > stopwords, too, no? > 2) > Search for: > united states of America > Suggests: > united states oftAmericaa > The of->oft is described above. But note how SC suggested America->Americaa, but it didn't do that for "america". > This looks like case-sensitivity problem. Shouldn't the SC be case-insensitive? > I can't produce a patch now (no src handy), so I'm hoping Grant or somebody else can do it based on this report. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.