|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoostStrategy | |
---|---|
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 |
Uses of BoostStrategy in org.hibernate.search.cfg |
---|
Method parameters in org.hibernate.search.cfg with type arguments of type BoostStrategy | |
---|---|
EntityMapping |
EntityMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
|
IndexedMapping |
IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
|
PropertyMapping |
PropertyMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
|
Uses of BoostStrategy in org.hibernate.search.engine.impl |
---|
Classes in org.hibernate.search.engine.impl that implement BoostStrategy | |
---|---|
class |
DefaultBoostStrategy
|
Methods in org.hibernate.search.engine.impl that return BoostStrategy | |
---|---|
static BoostStrategy |
AnnotationProcessingHelper.getDynamicBoost(org.hibernate.annotations.common.reflection.XProperty member)
|
Uses of BoostStrategy in org.hibernate.search.engine.metadata.impl |
---|
Methods in org.hibernate.search.engine.metadata.impl that return BoostStrategy | |
---|---|
BoostStrategy |
TypeMetadata.Builder.getClassBoostStrategy()
|
BoostStrategy |
TypeMetadata.getDynamicBoost()
|
BoostStrategy |
PropertyMetadata.getDynamicBoostStrategy()
|
Methods in org.hibernate.search.engine.metadata.impl with parameters of type BoostStrategy | |
---|---|
TypeMetadata.Builder |
TypeMetadata.Builder.boostStrategy(BoostStrategy boostStrategy)
|
PropertyMetadata.Builder |
PropertyMetadata.Builder.dynamicBoostStrategy(BoostStrategy boostStrategy)
|
Uses of BoostStrategy in org.hibernate.search.metadata |
---|
Methods in org.hibernate.search.metadata that return BoostStrategy | |
---|---|
BoostStrategy |
IndexedTypeDescriptor.getDynamicBoost()
|
Uses of BoostStrategy in org.hibernate.search.metadata.impl |
---|
Methods in org.hibernate.search.metadata.impl that return BoostStrategy | |
---|---|
BoostStrategy |
IndexedTypeDescriptorForUnindexedType.getDynamicBoost()
|
BoostStrategy |
IndexedTypeDescriptorImpl.getDynamicBoost()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |