Class GraphExploreResponse

java.lang.Object
org.elasticsearch.client.graph.GraphExploreResponse
All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject

public class GraphExploreResponse
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
Graph explore response holds a graph of Vertex and Connection objects (nodes and edges in common graph parlance).
See Also:
GraphExploreRequest