Skip to content

Instantly share code, notes, and snippets.

@felix19350
Created July 14, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felix19350/9523e367688be80eee36 to your computer and use it in GitHub Desktop.
Save felix19350/9523e367688be80eee36 to your computer and use it in GitHub Desktop.
Seachable.groovy bulk index config
/**
* 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