org.hibernate.search.annotations
Annotation Type DynamicBoost


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@Documented
public @interface DynamicBoost

Apply a dynamic boost factor on a field or a whole entity.

Author:
Hardy Ferentschik

Required Element Summary
 java.lang.Class<? extends BoostStrategy> impl
           
 

Element Detail

impl

public abstract java.lang.Class<? extends BoostStrategy> impl
Returns:
An implementation of BoostStrategy to apply a boost value as function of the annotated object.
See Also:
BoostStrategy


Copyright © 2006-2010 Hibernate. All Rights Reserved.