-
Type:
Improvement
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 4.0-BETA
-
Component/s: core/codecs
-
Labels:None
-
Lucene Fields:New, Patch Available
FilterCodec has a delegate() method through which an extension can return its delegate Codec. This method is called on every Codec method. Adrien, on LUCENE-4391, failed to pass a Codec in the ctor, since he couldn't called Codec.forName().
Instead, we should just pass e.g. new Lucene40Codec(). I'll post a patch shortly.
- relates to
-
LUCENE-6482 Class loading deadlock relating to Codec initialization, default codec and SPI discovery
-
- Closed
-