]
Nistor Adrian closed ISPN-9388.
-------------------------------
Resolution: Won't Fix
This is no longer relevant since ISPN-11257
Cannot specify IndexedQueryMode with QueryBuilder
-------------------------------------------------
Key: ISPN-9388
URL:
https://issues.redhat.com/browse/ISPN-9388
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.2.0.Final
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
IndexedQueryMode was added to the API only to QueryFactory.create(String queryString,
IndexedQueryMode queryMode).
But it would be very useful to be able to specify IndexedQueryMode also when creating a
query using the QueryBuilder rather than supplying the query string directly.