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-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.