RE: LUCENE-4713

2013-03-12 Thread Uwe Schindler
Hi, I attached a patch to LUCENE-4713 that works around the context class loader issue, by also always scanning the classloader that loaded the lucene library (in fact the classloader that loaded the abstract base class of the SPI/codec). The context class loader is also scanned to collect any

RE: LUCENE-4713

2013-03-12 Thread Uwe Schindler
o: java-user@lucene.apache.org > Subject: LUCENE-4713 > > I am having the same experience as issue LUCENE-4713. > > Without modifying the source code myself, how do I overcome this? I am in > the middle of migrating from 3.6 to 4.2 and I am unable to index or search. > > Fr

LUCENE-4713

2013-03-12 Thread Darren Hoffman
I am having the same experience as issue LUCENE-4713. Without modifying the source code myself, how do I overcome this? I am in the middle of migrating from 3.6 to 4.2 and I am unable to index or search. >From the source code, I see there is a setter for a codec but there's not a con