]
Gustavo Fernandes updated ISPN-12286:
-------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Indexed entity declaration not enforced
---------------------------------------
Key: ISPN-12286
URL:
https://issues.redhat.com/browse/ISPN-12286
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 12.0.0.Dev02
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Priority: Major
ISPN-11985 was enforcing the declaration of indexed entities in the cache, but the
migration to Hibernate Search 6 undid the efforts and the cache starts normally without
the entities, causing plenty of errors when doing search operations.
Also, remote query is not checking if the configured entity is indexed or not