Hello,
We have three entities - A, B and C.
A is the main entity annotaded with @Indexed.
A and B have a bidirectional connection via mappedBy.
The field change in a B Entity is correctly updated in the index.
The Problem is:
B and C have a unidirectional connection (B => C).
Changes to C are not updated in the index.
How can I solve this problem?
I am thankful for any help.