An issue with the search mapping caused an (almost) complete reindex of all conference editions and related data on creation of a new Conference Edition. Debugging revealed that the conference type of a conference edition was indexed for search, while the ConferenceType itself did not have any search fields. Assigning a new Conference to such ConferenceType instance (e.g. “Conference” or “Symposium”) triggered Hibernate Search to reindex all conferences with that type, which in turn cascaded to other entities like Track and Profile to be reindexed.
By removing the useless embedded search fields, the issue disappeared.

Submitted by Elmer van Chastelet on 21 August 2019 at 10:14

On 21 August 2019 at 10:14 Elmer van Chastelet tagged 1.16.1

On 21 August 2019 at 10:14 Elmer van Chastelet closed this issue.

Log in to post comments