From java-dev-return-20962-apmail-lucene-java-dev-archive=lucene.apache.org@lucene.apache.org Wed Aug 01 18:06:26 2007 Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 22320 invoked from network); 1 Aug 2007 18:06:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 18:06:20 -0000 Received: (qmail 57538 invoked by uid 500); 1 Aug 2007 18:06:19 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 57110 invoked by uid 500); 1 Aug 2007 18:06:17 -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 57094 invoked by uid 99); 1 Aug 2007 18:06:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 11:06:17 -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 18:05:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 22AB3714187 for ; Wed, 1 Aug 2007 11:05:53 -0700 (PDT) Message-ID: <26156983.1185991553138.JavaMail.jira@brutus> Date: Wed, 1 Aug 2007 11:05:53 -0700 (PDT) From: "Doron Cohen (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Commented: (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:comment-tabpanel#action_12517031 ] Doron Cohen commented on LUCENE-967: ------------------------------------ Thanks for fixing this Michael, looks perfect to me now. > 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