Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 53460 invoked from network); 9 Mar 2008 15:17:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Mar 2008 15:17:15 -0000 Received: (qmail 53821 invoked by uid 500); 9 Mar 2008 15:17:05 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 53768 invoked by uid 500); 9 Mar 2008 15:17:05 -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 53757 invoked by uid 99); 9 Mar 2008 15:17:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 09 Mar 2008 08:17:05 -0700 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; Sun, 09 Mar 2008 15:16:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4EC99234C086 for ; Sun, 9 Mar 2008 08:15:46 -0700 (PDT) Message-ID: <789810936.1205075746315.JavaMail.jira@brutus> Date: Sun, 9 Mar 2008 08:15:46 -0700 (PDT) From: "Doron Cohen (JIRA)" To: java-dev@lucene.apache.org Subject: [jira] Assigned: (LUCENE-1209) If setConfig(Config config) is called in resetInputs(), you can turn term vectors off and on by round In-Reply-To: <979731930.1204942906322.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-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doron Cohen reassigned LUCENE-1209: ----------------------------------- Assignee: Doron Cohen > 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 > Assignee: Doron Cohen > 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