Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 46071 invoked from network); 8 Mar 2008 02:23:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Mar 2008 02:23:07 -0000 Received: (qmail 27260 invoked by uid 500); 8 Mar 2008 02:23:01 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 27221 invoked by uid 500); 8 Mar 2008 02:23: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 27210 invoked by uid 99); 8 Mar 2008 02:23:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 18:23:01 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 Mar 2008 02:22:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 52720234C091 for ; Fri, 7 Mar 2008 18:21:46 -0800 (PST) Message-ID: <979731930.1204942906322.JavaMail.jira@brutus> Date: Fri, 7 Mar 2008 18:21:46 -0800 (PST) From: "Mark Miller (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Created: (LUCENE-1209) If setConfig(Config config) is called in resetInputs(), you can turn term vectors off and on by round MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If setConfig(Config config) is called in resetInputs(), you can turn term vectors off and on by round ----------------------------------------------------------------------------------------------------- Key: LUCENE-1209 URL: https://issues.apache.org/jira/browse/LUCENE-1209 Project: Lucene - Java Issue Type: Improvement Components: contrib/benchmark Affects Versions: 2.4 Reporter: Mark Miller Priority: Trivial Attachments: reset_config.patch I want to be able to run one benchmark that tests things using term vectors and not using term vectors. Currently this is not easy because you cannot specify term vectors per round. While you do have to create a new index per round, this automation is preferable to me in comparison to running two separate tests. If it doesn't affect anything else, it would be great to have setConfig(Config config) called in BasicDocMaker.resetInputs(). This would keep the term vector options up to date per round if you reset. - Mark -- 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