Re: Benchmarking LUCENE-584 with contrib/benchmark

2007-04-04 Thread Otis Gospodnetic
a-user@lucene.apache.org Sent: Monday, April 2, 2007 8:20:58 PM Subject: Re: Benchmarking LUCENE-584 with contrib/benchmark Hi Otis, you could use the byTask package - add your-type-of-search-task. Suffix the new task class name by "Task" - e.g. NewNameTask - and then you can use the &#

Re: Benchmarking LUCENE-584 with contrib/benchmark

2007-04-03 Thread Grant Ingersoll
On Apr 3, 2007, at 2:05 AM, Antony Bowesman wrote: Otis Gospodnetic wrote: Here is one more related question. It looks like the o.a.l.benchmark.Driver class is supposed to be a generic driver class that uses the Benchmarker configured in one of those conf/*.xml files. However, I see Sta

Re: Benchmarking LUCENE-584 with contrib/benchmark

2007-04-02 Thread Antony Bowesman
Otis Gospodnetic wrote: Here is one more related question. It looks like the o.a.l.benchmark.Driver class is supposed to be a generic driver class that uses the Benchmarker configured in one of those conf/*.xml files. However, I see StandardBenchmarker.class hard-coded there: digester

Re: Benchmarking LUCENE-584 with contrib/benchmark

2007-04-02 Thread Doron Cohen
Hi Otis, you could use the byTask package - add your-type-of-search-task. Suffix the new task class name by "Task" - e.g. NewNameTask - and then you can use the 'command' "NewName" in an alg file. I am not sure you can extend/reuse the existing ReadTask for this, because its implementation of sear

Re: Benchmarking LUCENE-584 with contrib/benchmark

2007-04-02 Thread Otis Gospodnetic
Here is one more related question. It looks like the o.a.l.benchmark.Driver class is supposed to be a generic driver class that uses the Benchmarker configured in one of those conf/*.xml files. However, I see StandardBenchmarker.class hard-coded there: digester.addObjectCreate("benchmar