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 |
---|---|
EntityMapping |
EntityMapping.dynamicBoost(Class<? extends BoostStrategy> impl) |
IndexedMapping |
IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl) |
PropertyMapping |
PropertyMapping.dynamicBoost(Class<? extends BoostStrategy> impl) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBoostStrategy |
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() |
Modifier and Type | Method and Description |
---|---|
BoostStrategy |
IndexedTypeDescriptorImpl.getDynamicBoost() |
BoostStrategy |
IndexedTypeDescriptorForUnindexedType.getDynamicBoost() |
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved