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 83DD04FDD for ; Tue, 5 Jul 2011 21:48:40 +0000 (UTC) Received: (qmail 38873 invoked by uid 500); 5 Jul 2011 21:48:39 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 38654 invoked by uid 500); 5 Jul 2011 21:48:38 -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 38647 invoked by uid 99); 5 Jul 2011 21:48:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jul 2011 21:48:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Tue, 05 Jul 2011 21:48:37 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id A95B444A06 for ; Tue, 5 Jul 2011 21:48:16 +0000 (UTC) Date: Tue, 5 Jul 2011 21:48:16 +0000 (UTC) From: "Michael McCandless (JIRA)" To: dev@lucene.apache.org Message-ID: <622682344.1948.1309902496690.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1826029987.33245.1308837707724.JavaMail.tomcat@hel.zones.apache.org> Subject: =?utf-8?Q?[jira]_[Updated]_(LUCENE-323?= =?utf-8?Q?3)_HuperDuperSynonymsFilter=E2=84=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/LUCENE-3233?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-3233: --------------------------------------- Attachment: LUCENE-3233.patch New patch, adding dedup option to the builder, removing a couple nocommits,= cutting back on iters/counts in testRandom2. > HuperDuperSynonymsFilter=E2=84=A2 > ------------------------- > > Key: LUCENE-3233 > URL: https://issues.apache.org/jira/browse/LUCENE-3233 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Robert Muir > Attachments: LUCENE-3223.patch, LUCENE-3233.patch, LUCENE-3233.pa= tch, LUCENE-3233.patch, LUCENE-3233.patch, LUCENE-3233.patch > > > The current synonymsfilter uses a lot of ram and cpu, especially at build= time. > I think yesterday I heard about "huge synonyms files" three times. > So, I think we should use an FST-based structure, sharing the inputs and = outputs. > And we should be more efficient with the tokenStream api, e.g. using save= /restoreState instead of cloneAttributes() -- 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