Return-Path: Delivered-To: apmail-lucene-lucene-net-dev-archive@www.apache.org Received: (qmail 12196 invoked from network); 18 May 2010 18:17:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 May 2010 18:17:06 -0000 Received: (qmail 86206 invoked by uid 500); 18 May 2010 18:17:06 -0000 Delivered-To: apmail-lucene-lucene-net-dev-archive@lucene.apache.org Received: (qmail 86185 invoked by uid 500); 18 May 2010 18:17:06 -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 86177 invoked by uid 99); 18 May 2010 18:17:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 May 2010 18:17:05 +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; Tue, 18 May 2010 18:17:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4IIGgpj012596 for ; Tue, 18 May 2010 18:16:42 GMT Message-ID: <24794587.111431274206602232.JavaMail.jira@thor> Date: Tue, 18 May 2010 14:16:42 -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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENENET-366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12868771#action_12868771 ] Digy commented on LUCENENET-366: -------------------------------- Hi Ben, Thanks for your work, but there are namespace problems, casing issues( to make it more .Net like) and classes not ported. I'm working on 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.