Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 75146 invoked from network); 5 Nov 2010 17:52:39 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Nov 2010 17:52:39 -0000 Received: (qmail 37668 invoked by uid 500); 5 Nov 2010 17:53:10 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 37617 invoked by uid 500); 5 Nov 2010 17:53:09 -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 37610 invoked by uid 99); 5 Nov 2010 17:53:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Nov 2010 17:53:09 +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; Fri, 05 Nov 2010 17:53:07 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oA5HqkWn009428 for ; Fri, 5 Nov 2010 17:52:46 GMT Message-ID: <24477070.37351288979565986.JavaMail.jira@thor> Date: Fri, 5 Nov 2010 13:52:45 -0400 (EDT) From: "Robert Muir (JIRA)" To: dev@lucene.apache.org Subject: [jira] Commented: (LUCENE-2743) SimpleText is too slow In-Reply-To: <12972240.34151288974527447.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/LUCENE-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928704#action_12928704 ] Robert Muir commented on LUCENE-2743: ------------------------------------- here are some times: using ant test-core -Dtests.directory=SimpleFSDirectory -Dtests.codec=SimpleText -Dtests.seed=1:1 (this is just core tests) before patch: 6:05 after patch: 4:38 So this is a nice improvement! I think for hudson it might make a difference when the multiplier is kicked in especially. > SimpleText is too slow > ---------------------- > > Key: LUCENE-2743 > URL: https://issues.apache.org/jira/browse/LUCENE-2743 > Project: Lucene - Java > Issue Type: Improvement > Reporter: Michael McCandless > Assignee: Michael McCandless > Fix For: 4.0 > > Attachments: LUCENE-2743.patch > > > If you are unlucky enough to get SimpleText codec on the TestBasics (span query) test then it runs very slowly... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org