Adrian Nistor commented on an issue
Hibernate Search / New Feature HSEARCH-1396
A FieldBridge should be able to easily acquire services/resources
A FieldBridge is currently specified by Class and HSearch controls the creation of FieldBridge instances. There is no way for the user to provide the actual instance and this creates problems when the field bridge needs to acquire non-String configuration objects or other heavy resources/services.

In infinispan we have a use-case where a custom FieldBr...