I downloaded the latest version of elastic search 0.8.0 and it is not
included.
<elasticsearch_home>/plugins/client/groovy/src/main/groovy/org/elasticsearch/groovy
On Thu, Jun 10, 2010 at 4:40 AM, sd samueldoyle@gmail.com wrote:
I downloaded the latest version of Elasticsearch 0.8.0 and it is not
included.
Ok well I was downloading the distribution and was under the impression it
would be there.
Thanks
On Wed, Jun 9, 2010 at 10:27 PM, Lukáš Vlček lukas.vlcek@gmail.com wrote:
<elasticsearch_home>/plugins/client/groovy/src/main/groovy/org/elasticsearch/groovy
On Thu, Jun 10, 2010 at 4:40 AM, sd samueldoyle@gmail.com wrote:
I downloaded the latest version of Elasticsearch 0.8.0 and it is not
included.
If you unpack the distribution, and then build it, you should find the
Groovy client JAR inside a ZIP file in ./build/distributions/plugins/
If you're interested in the source code it's in the location Lukáš
highlighted below.
Rich
On 10 June 2010 10:37, Samuel Doyle samueldoyle@gmail.com wrote:
Ok well I was downloading the distribution and was under the impression it
would be there.Thanks
On Wed, Jun 9, 2010 at 10:27 PM, Lukáš Vlček lukas.vlcek@gmail.com wrote:
<elasticsearch_home>/plugins/client/groovy/src/main/groovy/org/elasticsearch/groovy
On Thu, Jun 10, 2010 at 4:40 AM, sd samueldoyle@gmail.com wrote:
I downloaded the latest version of Elasticsearch 0.8.0 and it is not
included.
--
Richard Marr
On Thu, 2010-06-10 at 02:37 -0700, Samuel Doyle wrote:
Ok well I was downloading the distribution and was under the
impression it would be there.
For a released version (ie not a snapshot built from github) you can do:
cd [elasticsearch_home]
./bin/plugin install client-groovy
clint
Great thanks!
On Thu, Jun 10, 2010 at 3:15 AM, Clinton Gormley clinton@iannounce.co.ukwrote:
On Thu, 2010-06-10 at 02:37 -0700, Samuel Doyle wrote:
Ok well I was downloading the distribution and was under the
impression it would be there.For a released version (ie not a snapshot built from github) you can do:
cd [elasticsearch_home]
./bin/plugin install client-groovyclint
Its also in the maven repo..., if you use ivy / maven / gradle / ....
On Thu, Jun 10, 2010 at 1:21 PM, Samuel Doyle samueldoyle@gmail.com wrote:
Great thanks!
On Thu, Jun 10, 2010 at 3:15 AM, Clinton Gormley clinton@iannounce.co.ukwrote:
On Thu, 2010-06-10 at 02:37 -0700, Samuel Doyle wrote:
Ok well I was downloading the distribution and was under the
impression it would be there.For a released version (ie not a snapshot built from github) you can do:
cd [elasticsearch_home]
./bin/plugin install client-groovyclint