sunchnaras
(Sun Chanras)
November 25, 2016, 9:51am
1
Here is my configuration in maven
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>5.0.1</version>
</dependency>
Is this normal ?
It's very inconvenient to deploy since compiled app is big (37MB +elasticsearch client)
Thanks
jpountz
(Adrien Grand)
November 25, 2016, 9:54am
2
Yes. Unfortunately the transport client pull the whole Elasticsearch core code base.
sunchnaras
(Sun Chanras)
November 25, 2016, 9:55am
3
Do you have any idea to work around with this ?
system
(system)
Closed
December 23, 2016, 9:56am
4
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.