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
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
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
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
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