Hardy Ferentschik edited a comment on an issue
Hibernate Search / Bug HSEARCH-1358
Index not updated on Embedded ElementCollection (with FieldBridge)
_FieldBridge_ is not called after update of an _Embedded_ _ElemementCollection_.

It only fails on +Embedded+ +ElementCollection+. _ElementCollection_ directly inside the entity works (also basic fields with bridges work fine in booth cases, embedded and not embedded).

Please take a look at attached sample case (based on maven hibernate search archet...