Hey there,

I am planning to use only transportClient to connecto to a remote ES 
cluster. Hence I am guessing I don't need the whole elasticsearch jar 
because I am not going to have a local node on my application. 
Is there a mvn artifact to import only java client and not the whole 
elasticsearch application?

Meaning not this one:

<dependency>

<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch</artifactId>
<version>${elasticsearch.version}</version>

</dependency>

Thanks.

-- 
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/b5252865-d555-42bf-b84b-215cb73d8a08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to