You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't expect that Java would create the same hash-code for different queries. That happens appearently because Java hash-code method considers object structures rather than content so it misses small differences like populistischer v.s populistisches, and 1976 v.s 1975.
I have redeployed the test instance with a fix. It should create different keys now.
Identical TotalResults Cache Key for different queries have cause the problem described in KorAP/Kalamar#218
Kustvakt uses query hash-codes as cache keys. It turns out that the following queries get the same hash-code:
The text was updated successfully, but these errors were encountered: