Allow to bypass bridges in projections
Description
depends on
follows up on
is followed up by
Activity
Show:

Fabio Massimo Ercoli March 5, 2019 at 4:07 PMEdited
I created a follow up to handle the case when the field is non projectable due to the bridge:
HSEARCH-3512
Fixed
Details
Details
Assignee

Reporter

Components
Sprint
None
Fix versions
Priority
Created August 3, 2018 at 4:03 PM
Updated March 21, 2019 at 5:27 PM
Resolved March 6, 2019 at 1:24 PM
Follow-up on HSEARCH-3223, requires HSEARCH-3222.
The idea would be to be able to opt out of applying the bridge in a projection. Currently this would not be possible since we only define projections using a string (the absolute field path), but with the projection DSL this might become a reality.
We also need to throw an exception when the field is non projectable due to the bridge e.g. if it is bridged and the bridge did not specify a "FromIndexFieldValueConverter" (see the work done in HSEARCH-3221).