Created
July 14, 2014 22:52
-
-
Save felix19350/9523e367688be80eee36 to your computer and use it in GitHub Desktop.
Seachable.groovy bulk index config
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
/** | |
* Should the database be indexed at startup (using Compass:GPS)? | |
* | |
* Possible values: true|false|"fork" | |
* | |
* The value may be a boolean true|false or a string "fork", which means true, | |
* and fork a thread for it | |
* | |
* If you use BootStrap.groovy to insert your data then you should use "true", | |
* which means do a non-forking, otherwise "fork" is recommended | |
*/ | |
bulkIndexOnStartup = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment