spring - How can update the Grails ElasticSearch Plugin to the latest Version of ElasticSearch? -


i want use grails elasticsearch plugin seems outdated because uses version 0.17.8.1 of elasticsearch whereas current released version 0.90.3.

what have update plugin latest version of elasticsearch?

is enough change follow in buildconfig.groovy?

compile 'org.elasticsearch:elasticsearch-lang-groovy:1.2.0'   

to

compile 'org.elasticsearch:elasticsearch-lang-groovy:1.5.0'  

what else have change?

you need update this line use 0.90.3. unable give more details right using phone.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -