org.hibernate.search.annotations
Annotation Type Boost


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
@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


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