[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-324) @DynamicBoost(BoostStrategy.class)
Emmanuel Bernard (JIRA)
noreply at atlassian.com
Wed Jan 21 09:20:38 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32166#action_32166 ]
Emmanuel Bernard commented on HSEARCH-324:
------------------------------------------
@DynamicBoost(BoostStrategy.class)
public class Item { ... }
public class BoostStrategy {
public float defineBoost(Object entity) {
//find the importance of this entity
return boostFactor;
}
> @DynamicBoost(BoostStrategy.class)
> ----------------------------------
>
> Key: HSEARCH-324
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-324
> Project: Hibernate Search
> Issue Type: New Feature
> Components: mapping
> Reporter: Emmanuel Bernard
> Fix For: 3.1.1, 3.2.0
>
>
> This sounds like an interesting feature. We could do something very similar to the new AnalyzerDiscriminator approach.
> The use case is explained http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=78&t=004971
> Need some analysis before the jump
> We can do that in 3.1.1, but no hard pressure.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list