You should try to add groovy jar to your classpath. It is not in the
dependencies in Maven's pom.xml.

Example:

            <dependency>
                <groupId>org.codehaus.groovy</groupId>
                <artifactId>groovy-all</artifactId>
                <version>2.3.5</version>
                <type>jar</type>
            </dependency>

Jörg



On Wed, Jul 30, 2014 at 10:46 AM, Laurent T. <[email protected]> wrote:

> Hi David,
>
> I tried, as you suggested, to activate dynamic scripting and to force
> groovy as a default_lang but the results stay unchanged.
>

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/CAKdsXoGTkAHvnWZLc1bzjU4f54xtT4ptJYxz4h%3DD3KAqBVEWmA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to