On Thu, Jan 19, 2012 at 1:22 PM, Ryan McKinley <[email protected]> wrote: > We are using LuceneTestCase to tests lucene spatial code. When the > Lucene3x codec is selected, it fails. It looks like the format is > always Lucene 4.0 -- does it make sense to use 4x format with > codec=3x? >
your classpath is incorrect: I added an assertion so its more obvious: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/src/test-framework/java/org/apache/lucene/util/LuceneTestCase.java?view=diff&r1=1233519&r2=1233520&pathrev=1233520 -- lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
