boostedTo(float)
when building queries with the Hibernate Search query DSL.@Deprecated @Retention(value=RUNTIME) @Target(value={TYPE,METHOD,FIELD}) @Documented public @interface DynamicBoost
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends BoostStrategy> |
impl
Deprecated.
|
public abstract Class<? extends BoostStrategy> impl
BoostStrategy to apply a boost
value as function of the annotated object.BoostStrategyCopyright © 2006–2017 Hibernate. All rights reserved.