Package org.hibernate.search.store.impl

Class Summary
DirectoryProviderFactory Create a Lucene directory provider which can be configured through the following properties: hibernate.search.default.* hibernate.search.<indexname>.*, where <indexname> properties have precedence over default ones.
DirectoryProviderHelper  
FSDirectoryProvider Use a Lucene FSDirectory.
FSMasterDirectoryProvider File based DirectoryProvider that takes care of index copy The base directory is represented by hibernate.search..indexBase The index is created in / The source (aka copy) directory is built from / 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-2012 Red Hat Middleware, LLC. All Rights Reserved