Return-Path: Delivered-To: apmail-lucene-lucene-net-dev-archive@www.apache.org Received: (qmail 19441 invoked from network); 14 May 2010 18:15:05 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 May 2010 18:15:05 -0000 Received: (qmail 463 invoked by uid 500); 14 May 2010 18:15:05 -0000 Delivered-To: apmail-lucene-lucene-net-dev-archive@lucene.apache.org Received: (qmail 397 invoked by uid 500); 14 May 2010 18:15:04 -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 389 invoked by uid 99); 14 May 2010 18:15:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 May 2010 18:15:04 +0000 X-ASF-Spam-Status: No, hits=-1428.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; Fri, 14 May 2010 18:15:03 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4EIEgXv008858 for ; Fri, 14 May 2010 18:14:43 GMT Message-ID: <31420724.47871273860882761.JavaMail.jira@thor> Date: Fri, 14 May 2010 14:14:42 -0400 (EDT) From: "Ben West (JIRA)" To: lucene-net-dev@lucene.apache.org Subject: [jira] Updated: (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:all-tabpanel ] Ben West updated LUCENENET-366: ------------------------------- Attachment: spellcheck-2.9-upgrade.patch Patch to port java 2.9 spellchecker stuff to .net. Concurrency tests fail and I'm not sure why - could anyone take a look? > 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.patch, LuceneNet-SpellcheckFixes.patch, spellcheck-2.9-upgrade.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.