Interface | Description |
---|---|
DirectoryProvider<TDirectory extends Directory> |
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.
|
LockFactoryFactory | Deprecated |
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.
|
Workspace |
Class | Description |
---|---|
ShardIdentifierProviderTemplate |
Recommended parent class to create custom
ShardIdentifierProvider implementations. |
Copyright © 2006-2014 Red Hat, Inc. All Rights Reserved