Package | Description |
---|---|
org.hibernate.search.cfg | |
org.hibernate.search.metadata |
Modifier and Type | Method and Description |
---|---|
PropertyMapping |
PropertyMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
IndexedMapping |
IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
EntityMapping |
EntityMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
Modifier and Type | Method and Description |
---|---|
BoostStrategy |
IndexedTypeDescriptor.getDynamicBoost()
Deprecated.
Index-time boosting will not be possible anymore starting from Lucene 7.
You should use query-time boosting instead, for instance by calling
boostedTo(float)
when building queries with the Hibernate Search query DSL. |
Copyright © 2006-2019 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.