/** * @return the id */ @DocumentId @FieldBridge(impl = IntegerBridge.class) public Integer getId() { return id; }