|
Interface Summary |
| 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 |
Defines how a given virtual index shards data into different IndexManager(s). |
| 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. |
| Workspace |
|