Class GraphExploreResponse

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

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