@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
@Documented
public @interface DocumentId
Declare a field as the document id. If set to a property, the property will be used
TODO: If set to a class, the class itself will be passed to the FieldBridge
Note that @{link org.hibernate.search.bridge.FieldBridge#get} must return the Entity id
- Author:
- Emmanuel Bernard