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

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

Uses of BoostStrategy in org.hibernate.search.cfg
 

Method parameters in org.hibernate.search.cfg with type arguments of type BoostStrategy
 PropertyMapping PropertyMapping.dynamicBoost(java.lang.Class<? extends BoostStrategy> impl)
           
 EntityMapping EntityMapping.dynamicBoost(java.lang.Class<? extends BoostStrategy> impl)
           
 

Uses of BoostStrategy in org.hibernate.search.engine
 

Classes in org.hibernate.search.engine that implement BoostStrategy
 class DefaultBoostStrategy
           
 

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

Fields in org.hibernate.search.engine with type parameters of type BoostStrategy
 java.util.List<BoostStrategy> DocumentBuilderContainedEntity.PropertiesMetadata.dynamicFieldBoosts
           
 

Methods in org.hibernate.search.engine that return BoostStrategy
protected  BoostStrategy DocumentBuilderContainedEntity.getDynamicBoost(org.hibernate.annotations.common.reflection.XClass element)
           
protected  BoostStrategy DocumentBuilderContainedEntity.getDynamicBoost(org.hibernate.annotations.common.reflection.XProperty member)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.