Uses of Interface
org.hibernate.search.engine.BoostStrategy

Packages that use BoostStrategy
org.hibernate.search.cfg   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
 

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.spi
 

Fields in org.hibernate.search.engine.spi declared as BoostStrategy
 BoostStrategy AbstractDocumentBuilder.PropertiesMetadata.classBoostStrategy
           
 

Fields in org.hibernate.search.engine.spi with type parameters of type BoostStrategy
 List<BoostStrategy> AbstractDocumentBuilder.PropertiesMetadata.dynamicFieldBoosts
           
 



Copyright © 2006-2013 Red Hat Middleware, LLC. All Rights Reserved