@Sanne, Vladimir: a think-task for you two :)
With CapeDwarf we need the following feature -- just the opposite from query results.
A user has a document, and a set of pre-defined queries.
Now we need to see which queries match the given document.
A dummy impl is to iterate over queries and find the ones that match.
But, this is of course not scalable.
Any idea / suggestion on how to prepare Infinispan Query together with Distributed
Execution framework to handle such feature?
-Ales