]
Tristan Tarrant updated ISPN-9388:
----------------------------------
Fix Version/s: 9.4.8.Final
(was: 9.4.7.Final)
Cannot specify IndexedQueryMode with QueryBuilder
-------------------------------------------------
Key: ISPN-9388
URL:
https://issues.jboss.org/browse/ISPN-9388
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying, Remote Querying
Affects Versions: 9.2.0.Final
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Priority: Major
Fix For: 9.4.8.Final
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.