Re: Benchmarker

2007-02-27 Thread Doron Cohen
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

Re: Benchmarker

2007-02-27 Thread karl wettin
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

Re: Benchmarker

2007-02-26 Thread Doron Cohen
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

Re: Benchmarker

2007-02-13 Thread karl wettin
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]

Re: Benchmarker

2007-02-12 Thread Doron Cohen
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

Re: Benchmarker

2007-02-12 Thread Doron Cohen
cc Subject Please respond to Benchmarker [EMAIL PROTECTED]

Benchmarker

2007-02-12 Thread karl wettin
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