Class | Description |
---|---|
DefaultDirectoryProviderService |
Default
DefaultDirectoryProviderService |
DefaultLockFactoryCreator |
The one and only
LockFactoryCreator . |
DirectoryProviderHelper | |
FSDirectoryProvider |
Use a Lucene
FSDirectory . |
FSMasterDirectoryProvider |
File based DirectoryProvider that takes care of index copy
The base directory is represented by hibernate.search.<index>.indexBase
The index is created in <base directory>/<index name>
The source (aka copy) directory is built from <sourceBase>/<index name>
A copy is triggered every refresh seconds
|
FSSlaveDirectoryProvider |
File based directory provider that takes care of getting a version of the index
from a given source.
|
IdHashShardingStrategy |
This implementation use idInString as the hashKey.
|
NotShardedStrategy | |
RAMDirectoryProvider |
Use a Lucene RAMDirectory
|
Copyright © 2006-2017 Red Hat, Inc. All Rights Reserved