Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.4.0
-
Component/s: Framework Core
-
Labels:None
Description
As reported on the mailing list, ClusteringDataFromLuceneWithCustomFields does not work due to instantiation exceptions.
I have patched this in the trunk by setting private classes to accessible, but I'm not sure it's the right way to go – perhaps we should simply fail early with a proper message ("attribute class must be public, not-nested and contain a public parameterless constructor").