Add support for projection on unmapped fields with Elasticsearch

Description

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.

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Sprint

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