: I have been diving into the code and I don't see why the class : FieldCacheImpl is not extendible. It is not defined as a public class... : though, I would like to be able to subclass it to change a slight bit. : : Why is it defined like that?
I don't know that there is any particular reason ... even if you could subclass it, you won't be able to replace the static instance used by the core Lucene code because it's in the FieldCache interface. your dest bet if you want to reuse functinality for your own code would be to decorate it. -Hoss --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]