Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 39328 invoked from network); 20 Mar 2007 10:10:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Mar 2007 10:10:09 -0000 Received: (qmail 79432 invoked by uid 500); 20 Mar 2007 10:10:03 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 79209 invoked by uid 500); 20 Mar 2007 10:10:01 -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 79160 invoked by uid 99); 20 Mar 2007 10:10:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Mar 2007 03:10:01 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 20 Mar 2007 03:09:52 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4B192714082 for ; Tue, 20 Mar 2007 03:09:32 -0700 (PDT) Message-ID: <3091406.1174385372300.JavaMail.jira@brutus> Date: Tue, 20 Mar 2007 03:09:32 -0700 (PDT) From: "Doron Cohen (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-837) contrib/benchmark QueryMaker and Task Refactorings In-Reply-To: <28086784.1174354892135.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-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen updated LUCENE-837: ------------------------------- Attachment: benchmark-more-updates.patch The changes looks good. I integrated in my changes: - Modified query-maker generation for read related tasks to make further read tasks addition simpler and safer. - Changed Taks' setParams() to throw UnsupportedOperationException if that task does not suppot command line param. - Improved javadoc to specify all properties command line params currently supported. - Refactored ReportTasks so that it is easy/possible now to create new report tasks. If you feel comfortable with committng them together, that would be great. Or, if you prefer to commit yours first, I'll reintegrate mine later. The changes are supposed to allow you now to easily add new report tasks. I also modified the micro-standard.alg to use the new traverse params. (I didn't try the new file based query makers.) Attached file (benchmark-more-updates.patch) contains the changes from benchmark-updates.patch. > contrib/benchmark QueryMaker and Task Refactorings > -------------------------------------------------- > > Key: LUCENE-837 > URL: https://issues.apache.org/jira/browse/LUCENE-837 > Project: Lucene - Java > Issue Type: Bug > Components: contrib/benchmark > Reporter: Grant Ingersoll > Assigned To: Grant Ingersoll > Priority: Minor > Attachments: benchmark-more-updates.patch, benchmark-updates.patch > > > Introduce an abstract QueryMaker implementation that shares much of the common code between the various QueryMaker implementations. > Add in a new QueryMaker for reading queries from a file that is specified in the properties. > Patch shortly, and if no concerns, will commit tomorrow or Wed. -- 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