Hibernate Search 6 migration issue: Unable to find the inverse side of the association on type ()

yes , it doesn’t help . Just removes the errors and I get the old index structure back . I think I will have to provide some type of IndexingDependency to let hibernate know how I want them to be reindexed. I have set below for now .

@IndexingDependency(reindexOnUpdate = ReindexOnUpdate.NO)

Below are the versions I am using: