/gist:691af544d0fff35cce35 Secret
Created
June 26, 2015 10:35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#must be set | |
org.hibernate.search.genericjpa.searchfactory.triggerSource=org.hibernate.search.genericjpa.db.events.MySQLTriggerSQLStringSource | |
#must be set ('sql' or 'manual-updates') | |
org.hibernate.search.genericjpa.searchfactory.type=sql | |
#this is a really low value, you might want to set it to a higher value | |
org.hibernate.search.genericjpa.searchfactory.batchSizeForUpdates=2 | |
#the time between checks for updates in ms | |
org.hibernate.search.genericjpa.searchfactory.updateDelay=100 | |
#default is 'false' | |
org.hibernate.search.genericjpa.searchfactory.useJTATransactions=false | |
#the name of your searchfactory, as of now this doesn't have any impact, default is 'default' | |
org.hibernate.search.genericjpa.searchfactory.name=default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment