Hi All,

At Twitter we're using customized IndexingChains and also extend a lot of abstract classes like e.g. TermsHashConsumer. Most of these classes are currently package-private, because they were always considered "expert APIs".

I was wondering if we could switch from package-private to protected in combination with @lucene.internal? That way extensions and callers of these APIs would not have to be placed in the o.a.l.index package anymore.

I'd be happy to work on a patch unless there are concerns about this change.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to