[hibernate-dev] BoostStrategy issues

Emmanuel Bernard emmanuel at hibernate.org
Fri Dec 4 07:44:30 EST 2009


I think the BoostStrategy interface is not right.
You can't adjust the boost strategy according to the field name and I  
think that's important (assuming dynamic boosting is used).

We probably should rework it to do

interface BoostStrategy {
   void defineBoost(String fieldName, Object value);
}

WDYT?



More information about the hibernate-dev mailing list