Fixed
Details
Assignee
Davide D'AltoDavide D'AltoReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Davide D'Alto
Davide D'AltoReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created December 2, 2010 at 5:01 PM
Updated May 8, 2013 at 9:04 AM
Resolved January 2, 2012 at 3:35 AM
Unit test available in the source tree since
org.hibernate.search.test.embedded.depth.RecursiveGraphTest, see the "FIXME" referring to this issue.
It seems that @ContainedIn is now traversing the graph "upwards" towards any related entity it might find, without any limit; this happens to work pretty well in most simple use cases but becomes a performance problem in the more complex scenarios.