HS6 not indexing add or delete, only update with @OneToMany @IndexedEmbedded

Ok, I had a look at the tests, and it seems Hibernate Search does perform automatic indexing on add/delete now, but it doesn’t find any entity to reindex because of the state your entities are in (detached, not in sync with the database).

The problem is the same as in HS6 corrupting index after merge of detached entity with @OneToMany association , so let’s continue the discussion there.