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

Packages that use IndexShardingStrategy
org.hibernate.search.engine   
org.hibernate.search.store   
 

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)