Limit graph traversal by @ContainedIn to the minimum required path

Description

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.

Activity

Show:

Sanne Grinovero December 8, 2011 at 5:08 PM

Moved to 4.1 as discussed on mailing list

Fixed

Details

Assignee

Reporter

Components

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