Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created November 16, 2016 at 3:21 PM
Updated November 29, 2016 at 1:05 AM
Resolved November 23, 2016 at 5:10 PM
Currently, we throw a SearchException for projections on fields that are not mapped to an entity (HSEARCH400019), whereas Lucene accepts that.
Since there already is an implementation of projection extraction without metadata (which is about to be removed, see HSEARCH-2470), we might as well reuse that implementation for unknown fields. It may be what was originally intended.