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(Object value)
           
 

Method Detail

defineBoost

float defineBoost(Object value)


Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved