org.hibernate.search.engine
Interface BoostStrategy

All Known Implementing Classes:
DefaultBoostStrategy

public interface BoostStrategy

Interface to implement boost values as functions of the object value being boosted. Implementations must be threadsafe.

Author:
Hardy Ferentschik
See Also:
Boost

Method Summary
 float defineBoost(java.lang.Object value)
           
 

Method Detail

defineBoost

float defineBoost(java.lang.Object value)


Copyright © 2006-2010 Hibernate. All Rights Reserved.