RE: Performance testing Lucene

2014-01-27 Thread Scott Schneider
sage help. > - to do more stress testing - this will create larger indexes: - > Dtests.nightly=true > - use a single JVM: -Dtests.jvms=1 > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > >

RE: Performance testing Lucene

2014-01-23 Thread Scott Schneider
> world, biggish corpus plus real queries, for better performance > testing... > > Mike McCandless > > http://blog.mikemccandless.com > > > On Mon, Jan 20, 2014 at 11:22 PM, Scott Schneider > wrote: > > Hello, > > > > Would you folks mind giving me

Performance testing Lucene

2014-01-20 Thread Scott Schneider
Hello, Would you folks mind giving me a few tips on performance testing Lucene? I want to test the performance impact of a Directory subclass. What is a good testing tool to use? I don't see a great way to get SolrMeter to run the max # updates/minute and measure throughput that way. When I

RE: Unit test help

2013-12-22 Thread Scott Schneider
Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Scott Schneider [mailto:scott_schnei...@symantec.com] > > Sent: Saturday, December 21, 2013 12:52 AM > > To: java-user@lucene.apache.org > >

Unit test help

2013-12-20 Thread Scott Schneider
Hello, all. I'm hoping this message gets a response... I am running Lucene's unit tests against a custom Directory subclass (from Lucene Transform) using "-Dtests.directory=org.apache.lucene.store.transform.TransformedDirectoryLuceneTestWrapper". I've been banging my head against this one fai

Debugging unit tests with Eclipse

2013-12-18 Thread Scott Schneider
I'm trying to run and debug the unit tests for Lucene 3.3.0 using Eclipse. I loaded src/java, src/test, and src/test-framework into 3 projects in my workspace and got it all compiling. I created a debug configuration for tests, but I get 54 unit test failures. I can copy the list if anyone wa

RE: Running Lucene tests on a custom Directory subclass

2013-12-18 Thread Scott Schneider
Never mind... the problem was that I compiled my jar against Lucene 3.3, but tried running against Lucene 4.4. It works when I also run against 3.3. (Or, at least, I get test failures that make sense!) Scott > -Original Message- > From: Scott Schneider [mailto:scott_

Running Lucene tests on a custom Directory subclass

2013-12-17 Thread Scott Schneider
Hello, I'm trying to run Lucene's unit tests on Lucene Transform's TransformedDirectory. I get an AbstractMethodError on createOutput(), but I'm quite sure that method is defined. Here are a few lines from the error: test: ... [junit4] Suite: org.apache.lucene.index.TestStressAdvance [j