Thank you Yoann, I'll try to reproduce in a test case. I understand the log is informational, but I don't know how indexes are discriminated when multi-tenancy is involved. I mean: two tenant on the same persistence unit could have two instances of the same class, same id, but different field values. The issue I'm experiencing is just that: a search query may return entities which satisfies the query for a different tenant. |