> Ah, right... I browsed your code a bit too fast. It looks fine. Great.
> > On a related note it would be great if there was a way to plug a > > custom FieldCache implementation into Lucene, given there is a > > FieldCache interface it's a shame there's no way to > actually provide > > an alternative implementation. > > Well, there's FieldCache.DEFAULT I thought the exact same thing but what I'd forgotten was that all fields on an interface are implicitly final. http://java.sun.com/docs/books/jls/third_edition/html/interfaces.html#9.3 Anyway, thanks for the feedback I'll raise a couple of issues shortly. Cheers, Oliver --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]