Hi,
I am trying ElasticSearch Graph in a java project. I use 6.3.0. I try to make the following sample works,
I have the dependency on org.elasticsearch.client:x-pack-transport:6.3.0 in pom.xml, but this does not import org.elasticsearch.xpack and org.elasticsearch.xpack.graph.
What do I miss in pom.xml?
Thanks for your help very much.
Guofeng