Package org.hibernate.search.mapper.pojo.bridge.mapping.annotation
-
Annotation Types Summary Annotation Type Description IdentifierBinderRef References the identifier binder to use for aDocumentId
.IdentifierBridgeRef A reference to the identifier bridge to use for aDocumentId
.MarkerBinderRef References aMarkerBinder
.PropertyBinderRef References aPropertyBinder
.RoutingBinderRef References aRoutingBinder
.TypeBinderRef References aTypeBinder
.ValueBinderRef A reference to the value bridge to use in a@*Field
annotation, for example inGenericField.valueBridge()
,KeywordField.valueBridge()
, orFullTextField.valueBridge()
.ValueBridgeRef A reference to the value bridge to use in a@*Field
annotation, for example inGenericField.valueBridge()
,KeywordField.valueBridge()
, orFullTextField.valueBridge()
.