Greetings,
I have a class Foo with a class bridge that generate a value depending on embedded entities (let's call them Bar).
The problem is that if I update a Bar, Foo isn't reindexed (because hibernate search don't know there is a computed value depending on it in Foo).
I've tried to use the @ContainedIn annotation without success :-(
In fact @ContainedIn work, but only update Bar specific fields and don't trigger update on ClassBridge on the container (Foo).
Is there a solution other than triggering manually the indexing process ? (like defining ClassBridge dependencies on other field).
Thanks a lot,
Alois Cochard
|