Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 64104 invoked from network); 1 Aug 2007 12:18:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 12:18:17 -0000 Received: (qmail 39646 invoked by uid 500); 1 Aug 2007 12:18:14 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 39596 invoked by uid 500); 1 Aug 2007 12:18:14 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 39581 invoked by uid 99); 1 Aug 2007 12:18:14 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 05:18:14 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 12:18:08 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 83A757141F5 for ; Wed, 1 Aug 2007 05:17:53 -0700 (PDT) Message-ID: <14515798.1185970673537.JavaMail.jira@brutus> Date: Wed, 1 Aug 2007 05:17:53 -0700 (PDT) From: "Michael McCandless (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-967) Add "tokenize documents only" task to contrib/benchmark In-Reply-To: <25224924.1185473403696.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/LUCENE-967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-967: -------------------------------------- Attachment: LUCENE-967.take3.patch > Add "tokenize documents only" task to contrib/benchmark > ------------------------------------------------------- > > Key: LUCENE-967 > URL: https://issues.apache.org/jira/browse/LUCENE-967 > Project: Lucene - Java > Issue Type: Improvement > Components: contrib/benchmark > Affects Versions: 2.3 > Reporter: Michael McCandless > Assignee: Michael McCandless > Priority: Minor > Fix For: 2.3 > > Attachments: LUCENE-967.patch, LUCENE-967.take2.patch, LUCENE-967.take3.patch > > > I've been looking at performance improvements to tokenization by > re-using Tokens, and to help benchmark my changes I've added a new > task called ReadTokens that just steps through all fields in a > document, gets a TokenStream, and reads all the tokens out of it. > EG this alg just reads all Tokens for all docs in Reuters collection: > doc.maker=org.apache.lucene.benchmark.byTask.feeds.ReutersDocMaker > doc.maker.forever=false > {ReadTokens > : * -- 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: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org