karl wettin <[EMAIL PROTECTED]> wrote on 27/02/2007 01:04:57:
>
> But first I need to make sure I get it running without my changes to
> the code :)
>
Ok, this should be easy:
- checkut current trunk;
- cd to contrib/benchmark;
- run "ant run-task";
This should run the benchmark-by-task and at
and reader factory methods. Then some
minor things like going from IndexWriter to IndexWriterInterface in
method parameters.
Would you mind taking a look at my patch of the benchmarker to see if
it actually works as it should or not? Let me know and I'll post a
new trunk.diff.bz
hat had a reference too) with my Index
> interface that contains writer and reader factory methods. Then some
> minor things like going from IndexWriter to IndexWriterInterface in
> method parameters.
>
> Would you mind taking a look at my patch of the benchmarker to see if
> it ac
tch of the benchmarker to see if
it actually works as it should or not? Let me know and I'll post a
new trunk.diff.bz2 to 550 containing the changes.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi Karl,
> Running (once) "ant jar" from the trunk directory should do it.
Did it solve the problem?
If so I would add a better error message for the case that the lucene jar
is missing.
Thanks,
Doron
> karl wettin wrote:
>
>> I can't get the benchmarker to s
cc
Subject
Please respond to Benchmarker
[EMAIL PROTECTED]
I can't get the benchmarker to start from ant. I'm running the
current SVN snapshot.
Lucene isn't found in the classpath. But where should I place my
lucene.jar? I see it beeing referenced to in the build.xml, but the
path differs from the dependencies in ./lib.
Please ad