Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.3.1
-
None
-
None
-
New
Description
I am trying to extend some Lucene Analysers to further improve their behaviour. However, some Analysers and Filters are final classes that I cannot extend (thus resorting to copying the class, which is less than optimal).
Any reason we would want to inhibit people from extending a class like FrenchAnalyzer?
Could me make all Analysers and Filters in the contrib-analysis package non-final?
Attachments
Issue Links
- relates to
-
LUCENE-1753 Make not yet final core/contrib TokenStream/Filter implementations final
- Closed