| In org.hibernate.search.v6poc.backend.document.model.IndexSchemaFieldContext. See in Search 5:
- NumericBridgeProvider
- JavaTimeBridgeProvider
- BasicJDKTypesBridgeProvider
Also, don't forget about enums, which may have to be handled differently:
Do not forget to change the implementations of org.hibernate.search.v6poc.backend.document.model.IndexSchemaFieldContext#as as appropriate. |