]
Dan Berindei updated ISPN-5873:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Allow non-stored fields to be projected in DSL based queries
------------------------------------------------------------
Key: ISPN-5873
URL:
https://issues.jboss.org/browse/ISPN-5873
Project: Infinispan
Issue Type: Enhancement
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 8.1.0.Beta1, 8.0.2.Final
Currently if a field is indexed but it is not stored it cannot be used in a projection
but if the field is not indexed it can be used in projections due to the way hybrid
queries work. This uneven handling should disappear. All fields should be allowed for
projections and if they are stored we should take advantage of that.