org.hibernate.search.engine
Class DefaultBoostStrategy

java.lang.Object
  extended by org.hibernate.search.engine.DefaultBoostStrategy
All Implemented Interfaces:
BoostStrategy

public class DefaultBoostStrategy
extends java.lang.Object
implements BoostStrategy

Author:
Hardy Ferentschik

Constructor Summary
DefaultBoostStrategy()
           
 
Method Summary
 float defineBoost(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBoostStrategy

public DefaultBoostStrategy()
Method Detail

defineBoost

public float defineBoost(java.lang.Object value)
Specified by:
defineBoost in interface BoostStrategy


Copyright © 2006-2010 Hibernate. All Rights Reserved.