|
Hi Sanne Grinovero, ok I will try the first approach first. Any idea how to "add a marker keyword in each indexed entry"? Since there is no tenantId/marker in the Hibernate entity.
With the first approach, how about the problem with re-indexing (initial indexing)? From my previous experiment with tenant Sharding, when re-indexing occured, all the index will be emptied, and the new index will contains only the current tenant data. I think it's related with Davide D'Alto statement:
Calling session.purgeAll(Example.class) will purge all the entry for Example.class without considering the tenant
and question in the first comment:
> First problem is something people simply need to be aware off: we expect `purgeAll` to be mostly a maintenance or testing utility.
Is this true even for th eoptoin purgeAllOnStart of the mass indexer?
Anyway, I'm facing another problem with dependencies conflict. Currently I'm upgrading jasperreport library to v6.0, and now when starting the application I get an error:
|