| Package | Description |
|---|---|
| org.hibernate.search.cfg | |
| org.hibernate.search.engine.impl | |
| org.hibernate.search.engine.metadata.impl |
Internal metadata classes created during metadata processing and used by the document builders at runtime.
|
| org.hibernate.search.metadata | |
| org.hibernate.search.metadata.impl |
| 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 | Class and Description |
|---|---|
class |
DefaultBoostStrategy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static BoostStrategy |
AnnotationProcessingHelper.getDynamicBoost(org.hibernate.annotations.common.reflection.XAnnotatedElement element) |
| Modifier and Type | Method and Description |
|---|---|
BoostStrategy |
TypeMetadata.Builder.getClassBoostStrategy() |
BoostStrategy |
TypeMetadata.getDynamicBoost() |
BoostStrategy |
PropertyMetadata.getDynamicBoostStrategy() |
| Modifier and Type | Method and Description |
|---|---|
TypeMetadata.Builder |
TypeMetadata.Builder.boostStrategy(BoostStrategy boostStrategy) |
PropertyMetadata.Builder |
PropertyMetadata.Builder.dynamicBoostStrategy(BoostStrategy boostStrategy) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
BoostStrategy |
IndexedTypeDescriptorForUnindexedType.getDynamicBoost()
Deprecated.
|
BoostStrategy |
IndexedTypeDescriptorImpl.getDynamicBoost()
Deprecated.
|
Copyright © 2006–2017 Hibernate. All rights reserved.