org.hibernate.lucene
Annotation Type Boost


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

Apply a boost factor on a field or a whole entity

Author:
Emmanuel Bernard

Required Element Summary
 float value
           
 

Element Detail

value

public abstract float value