Uses of Interface
org.hibernate.search.store.IndexShardingStrategy

Packages that use IndexShardingStrategy
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.engine   
org.hibernate.search.store   
 

Uses of IndexShardingStrategy in org.hibernate.search.backend.impl.lucene
 

Methods in org.hibernate.search.backend.impl.lucene with parameters of type IndexShardingStrategy
 void DpSelectionDelegate.addAsPayLoadsToQueue(LuceneWork work, IndexShardingStrategy shardingStrategy, PerDirectoryWorkProcessor queues)
          The LuceneWork must be applied to different indexes.
 

Uses of IndexShardingStrategy in org.hibernate.search.engine
 

Methods in org.hibernate.search.engine that return IndexShardingStrategy
 IndexShardingStrategy DocumentBuilderIndexedEntity.getDirectoryProviderSelectionStrategy()
           
 

Constructors in org.hibernate.search.engine with parameters of type IndexShardingStrategy
DocumentBuilderIndexedEntity(org.hibernate.annotations.common.reflection.XClass clazz, InitContext context, DirectoryProvider[] directoryProviders, IndexShardingStrategy shardingStrategy, org.hibernate.annotations.common.reflection.ReflectionManager reflectionManager)
          Creates a document builder for entities annotated with @Indexed.
 

Uses of IndexShardingStrategy in org.hibernate.search.store
 

Classes in org.hibernate.search.store that implement IndexShardingStrategy
 class IdHashShardingStrategy
          This implementation use idInString as the hashKey.
 class NotShardedStrategy
           
 

Methods in org.hibernate.search.store that return IndexShardingStrategy
 IndexShardingStrategy DirectoryProviderFactory.DirectoryProviders.getSelectionStrategy()
           
 

Constructors in org.hibernate.search.store with parameters of type IndexShardingStrategy
DirectoryProviderFactory.DirectoryProviders(IndexShardingStrategy shardingStrategy, DirectoryProvider[] providers)
           
 



Copyright © 2006-2010 Hibernate. All Rights Reserved.