Uses of Class
org.hibernate.search.cfg.IndexedMapping

Packages that use IndexedMapping
org.hibernate.search.cfg   
 

Uses of IndexedMapping in org.hibernate.search.cfg
 

Methods in org.hibernate.search.cfg that return IndexedMapping
 IndexedMapping IndexedMapping.analyzerDiscriminator(Class<? extends Discriminator> discriminator)
           
 IndexedMapping IndexedMapping.boost(float boost)
           
 IndexedMapping IndexedMapping.cacheFromIndex(FieldCacheType... type)
           
 IndexedMapping IndexedMapping.dynamicBoost(Class<? extends BoostStrategy> impl)
           
 IndexedMapping EntityMapping.indexed()
           
 IndexedMapping ClassBridgeMapping.indexed()
           
 IndexedMapping IndexedMapping.indexName(String indexName)
           
 IndexedMapping IndexedMapping.interceptor(Class<? extends EntityIndexingInterceptor> interceptor)
           
 IndexedMapping IndexedMapping.similarity(Class<?> impl)
           
 

Constructors in org.hibernate.search.cfg with parameters of type IndexedMapping
IndexedClassBridgeMapping(SearchMapping mapping, EntityDescriptor entity, Class<?> impl, IndexedMapping indexedMapping)
           
 



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