mstein / elasticsearch-grails-plugin

ElasticSearch grails plugin
Based on Graeme Rocher initial stub. Note that it is still in early stage.
Other
62 stars 164 forks source link

Configurable index name #56

Closed verglor closed 11 years ago

verglor commented 11 years ago

With this patch it is possible to specify index name in Config.groovy:

elasticSearch.index.name = "index-name"

This is useful if you want to share elasticsearch server with several instances of your application (e.g. for testing/staging environments)