Return-Path: Delivered-To: apmail-lucene-lucene-net-dev-archive@www.apache.org Received: (qmail 47551 invoked from network); 30 May 2010 14:22:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 May 2010 14:22:59 -0000 Received: (qmail 40835 invoked by uid 500); 30 May 2010 14:22:59 -0000 Delivered-To: apmail-lucene-lucene-net-dev-archive@lucene.apache.org Received: (qmail 40819 invoked by uid 500); 30 May 2010 14:22:58 -0000 Mailing-List: contact lucene-net-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: lucene-net-dev@lucene.apache.org Delivered-To: mailing list lucene-net-dev@lucene.apache.org Received: (qmail 40810 invoked by uid 99); 30 May 2010 14:22:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 May 2010 14:22:57 +0000 X-ASF-Spam-Status: No, hits=-1480.2 required=10.0 tests=ALL_TRUSTED,AWL 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; Sun, 30 May 2010 14:22:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4UEMaOS025444 for ; Sun, 30 May 2010 14:22:36 GMT Message-ID: <6390803.72461275229356552.JavaMail.jira@thor> Date: Sun, 30 May 2010 10:22:36 -0400 (EDT) From: "Digy (JIRA)" To: lucene-net-dev@lucene.apache.org Subject: [jira] Commented: (LUCENENET-366) Spellchecker issues In-Reply-To: <6406603.17561272909121543.JavaMail.jira@thor> 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/LUCENENET-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12873430#action_12873430 ] Digy commented on LUCENENET-366: -------------------------------- Hi Ben, I committed SpellChecker 2.9.2 Can you test it? DIGY > Spellchecker issues > ------------------- > > Key: LUCENENET-366 > URL: https://issues.apache.org/jira/browse/LUCENENET-366 > Project: Lucene.Net > Issue Type: Bug > Reporter: Ben West > Priority: Minor > Attachments: LUCENENET-366-spellcheck29.patch, LUCENENET-366.patch, LuceneNet-SpellcheckFixes.patch, spellcheck-2.9-upgrade.patch, spellcheck-29.patch > > > There are several issues with the spellchecker: > - It doesn't do duplicate checking across updates (so the same word is often indexed many, many times) > - The n-gram fields are stored as well as indexed, which increases the size of the index by several orders of magnitude and provides no benefit > - Some deprecated functions are used, which slows it down > - Some methods aren't commented fully > I will attach a patch that fixes these. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.