public interface LockFactoryProvider
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.store.LockFactory |
createLockFactory(File indexDir,
Properties dirConfiguration)
Creates a LockFactory implementation.
|
org.apache.lucene.store.LockFactory createLockFactory(File indexDir, Properties dirConfiguration)
indexDir - path to the indexBase setting, or null for
DirectoryProviders which don't rely on filesystemdirConfiguration - the properties set on the current DirectoryProviderCopyright © 2006–2013 Hibernate. All rights reserved.