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

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

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

Methods in org.hibernate.search.backend.impl with parameters of type IndexShardingStrategy
 void ContextAwareSelectionDelegate.performOperation(LuceneWork work, IndexShardingStrategy shardingStrategy, WorkQueuePerIndexSplitter context)
          The LuceneWork must be applied to different indexes.
 void StreamingOperationSelectionDelegate.performStreamOperation(LuceneWork work, IndexShardingStrategy shardingStrategy, IndexingMonitor monitor, boolean forceAsync)
          The LuceneWork must be applied to different indexes.
 

Uses of IndexShardingStrategy in org.hibernate.search.engine.impl
 

Methods in org.hibernate.search.engine.impl that return IndexShardingStrategy
 IndexShardingStrategy MutableEntityIndexBinding.getSelectionStrategy()
           
 

Constructors in org.hibernate.search.engine.impl with parameters of type IndexShardingStrategy
MutableEntityIndexBinding(IndexShardingStrategy shardingStrategy, org.apache.lucene.search.Similarity similarityInstance, IndexManager[] providers, EntityIndexingInterceptor<? super T> entityIndexingInterceptor)
           
 

Uses of IndexShardingStrategy in org.hibernate.search.engine.spi
 

Methods in org.hibernate.search.engine.spi that return IndexShardingStrategy
 IndexShardingStrategy EntityIndexBinder.getSelectionStrategy()
           
 

Uses of IndexShardingStrategy in org.hibernate.search.store.impl
 

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



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