API to declare free-form entity properties
Description
Activity
Show:

Yoann Rodière November 4, 2019 at 9:46 AM
Actually this is different; reopening and adding an explanation...

Yoann Rodière November 4, 2019 at 9:43 AM
Closing as duplicate of https://hibernate.atlassian.net/browse/HSEARCH-1401#icft=HSEARCH-1401
Details
Details
Assignee
Unassigned
UnassignedReporter
Components
Priority
Created February 18, 2014 at 4:13 PM
Updated September 28, 2023 at 11:54 AM
In https://hibernate.atlassian.net/browse/HSEARCH-1401 , we introduced basic support for free-form entities entities (dynamic-Map ORM entities, Protobuf buffers in Infinispan).
We could go one step further and allow users to declare a particular property as "free-form", assigning it a type defined separately. Then it would be possible to navigate sub-properties and map them using programmatic mapping.
The main use case would be to index part of a property whose value is JSON-formatted.
See what was done on Hibernate Validator in particular.