Uses of Package
org.hibernate.search.store

Packages that use org.hibernate.search.store
org.hibernate.search.backend.impl   
org.hibernate.search.backend.impl.lucene   
org.hibernate.search.backend.impl.lucene.works   
org.hibernate.search.engine.impl   
org.hibernate.search.engine.spi   
org.hibernate.search.impl   
org.hibernate.search.indexes.impl   
org.hibernate.search.store   
org.hibernate.search.store.impl   
org.hibernate.search.store.optimization   
org.hibernate.search.store.optimization.impl   
 

Classes in org.hibernate.search.store used by org.hibernate.search.backend.impl
IndexShardingStrategy
          Deprecated. Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
 

Classes in org.hibernate.search.store used by org.hibernate.search.backend.impl.lucene
Workspace
           
 

Classes in org.hibernate.search.store used by org.hibernate.search.backend.impl.lucene.works
Workspace
           
 

Classes in org.hibernate.search.store used by org.hibernate.search.engine.impl
IndexShardingStrategy
          Deprecated. Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
ShardIdentifierProvider
          Implementations provide the identifiers of those shards to be taken into account by the engine when working with specified entities or queries.
 

Classes in org.hibernate.search.store used by org.hibernate.search.engine.spi
IndexShardingStrategy
          Deprecated. Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
ShardIdentifierProvider
          Implementations provide the identifiers of those shards to be taken into account by the engine when working with specified entities or queries.
 

Classes in org.hibernate.search.store used by org.hibernate.search.impl
IndexShardingStrategy
          Deprecated. Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
ShardIdentifierProvider
          Implementations provide the identifiers of those shards to be taken into account by the engine when working with specified entities or queries.
 

Classes in org.hibernate.search.store used by org.hibernate.search.indexes.impl
DirectoryProvider
          Set up and provide a Lucene Directory equals() and hashCode() must guaranty equality between two providers pointing to the same underlying Lucene Store.
 

Classes in org.hibernate.search.store used by org.hibernate.search.store
LockFactoryProvider
          To use a custom implementation of org.apache.lucene.store.LockFactory you need to implement this interface and define the fully qualified classname of the factory implementation as a DirectoryProvider parameter for the locking_strategy key.
ShardIdentifierProvider
          Implementations provide the identifiers of those shards to be taken into account by the engine when working with specified entities or queries.
 

Classes in org.hibernate.search.store used by org.hibernate.search.store.impl
DirectoryProvider
          Set up and provide a Lucene Directory equals() and hashCode() must guaranty equality between two providers pointing to the same underlying Lucene Store.
IndexShardingStrategy
          Deprecated. Deprecated as of Hibernate Search 4.4. Might be removed in Search 5. Use ShardIdentifierProvider instead.
 

Classes in org.hibernate.search.store used by org.hibernate.search.store.optimization
Workspace
           
 

Classes in org.hibernate.search.store used by org.hibernate.search.store.optimization.impl
Workspace
           
 



Copyright © 2006–2013 Hibernate. All rights reserved.