]
Gustavo Fernandes updated ISPN-6395:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.2.0.Beta2
Resolution: Done
Unify clustered queries with non clustered queries
--------------------------------------------------
Key: ISPN-6395
URL:
https://issues.jboss.org/browse/ISPN-6395
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying
Affects Versions: 9.2.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.2.0.Beta2, 9.2.0.Final
Clustered queries currently have a different method, and they work on top on non-shared
indexes.
We should detect (or make it explicitly configurable) the fact that the index is not
shared and use clustered query internally, but exposing a single method, with a new
parameter to allow doing a query in a single step or two steps (broadcast).
Last, but not least, we should offer the possibility to broadcast Ickle queries apart
from Lucene Queries, as Ickle queries are String and don't have serialization issues.