]
Adrian Nistor updated ISPN-3717:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request:
Add support for index-less queries using the EntryRetriever
-----------------------------------------------------------
Key: ISPN-3717
URL:
https://issues.jboss.org/browse/ISPN-3717
Project: Infinispan
Issue Type: Feature Request
Components: Embedded Querying
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Labels: 6.3remotequeries, 630, roadmap
Fix For: 7.0.0.Beta1, 7.0.0.Final
The current Lucene-based search implementation requires indexes for all fields that are
referenced in queries.
Need to be able to query also for non-indexed fields. M/R is a potential implementation
idea.