Last updated by maurice
4 years ago
Searchable Plugin - Configuration
By default the plugin configures the search engine for you.If you want to override any of these settings, or simply prefer the settings declared in your own codebase rather than within the plugin's, install the configuration file:grails install-searchable-config
Config.grooy so it supports per-environment config.The name and syntax of this file has chaged in 0.5; it was previously called @SearchableConfiguration.groovy@.You can migrate your settings by just installing the newer config file and copy/pasting across.With this file you can configure such things as
- The index location (eg, file-system or RAM index)
- Default search options (max, escape, reload, etc)
- Default property mapping exclusions and formats
- Enabling/disabling the bulk index and mirror changes features
- Compass settings