### master configuration
## DirectoryProvider
(remote) master location where information is copied to
hibernate.search.default.sourceBase = /mnt/mastervolume/lucenedirs/mastercopy
local master location
hibernate.search.default.indexBase = /Users/prod/lucenedirs
refresh every half hour
hibernate.search.default.refresh = 1800
appropriate directory provider
hibernate.search.default.directory_provider = org.hibernate.search.store.FSMasterDirectoryProvider
## Backend configuration
#Backend is the default lucene one
### master configuration
## DirectoryProvider
# (remote) master location where information is copied to
hibernate.search.default.sourceBase = /mnt/mastervolume/lucenedirs/mastercopy
# local master location
hibernate.search.default.indexBase = /Users/prod/lucenedirs
# refresh every half hour
hibernate.search.default.refresh = 1800
# appropriate directory provider
hibernate.search.default.directory_provider = org.hibernate.search.store.FSMasterDirectoryProvider
## Backend configuration
#Backend is the default lucene one
Copy to ClipboardCopied!Toggle word wrapToggle overflow