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

Configuration of local mode #10

Open txominpelu opened 12 years ago

txominpelu commented 12 years ago

Is there any way to set up elastic search with an "elasticsearch.yml" file in a grails app running the plugin with: elasticSearch.client.mode = 'local' ?

It would be cool if there wasn't the need for every developer in a team to setup its local elasticsearch instance in a similar way manually.

txominpelu commented 12 years ago

Well, I see that for setting up the local node adding a config file on config/elasticsearch.yml works.

However is there anyway I can install a plugin on the local node?