I’m pretty sure this works fine in Hibernate Search 6. Let’s add a test to org.hibernate.search.integrationtest.mapper.orm.session.SearchIndexingPlanBaseIT, using the existing types IndexedEntity1 and ContainedEntity. Something similar to the #simple() test, but triggering an update of IndexedEntit1 by passing a ContainedEntity to the indexing plan. |