| Closing as out of date:
- BridgeProvider does not exist in Search 6 anymore, it's been replaced with BridgeResolver, and users will probably contribute default bridges through a configurer to be added in
HSEARCH-3096 Open .
- Users can define their own "bridge annotations" and map them to an implementation of their choosing.
The only thing we cannot handle right now is relying externally-defined annotations (e.g. JPA annotations) to determine the default bridge for a given property. Let's open a new ticket if we ever need that; it was only possible in Search 5 through ExtendedBridgeProviderContext anyway, which was an implementation type (not even SPI). |