Package org.elasticsearch.client.graph
package org.elasticsearch.client.graph
Request and Response objects for the default distribution's Graph
APIs.
-
ClassesClassDescriptionA Connection links exactly two
Vertex
objects.An identifier (implements hashcode and equals) that represents a unique key for aConnection
Holds the criteria required to guide the exploration of connected terms which can be returned as a graph.Graph explore response holds a graph ofVertex
andConnection
objects (nodes and edges in common graph parlance).A Hop represents one of potentially many stages in a graph exploration.A vertex in a graph response represents a single term (a field and value pair) which appears in one or more documents found as part of the graph exploration.An identifier (implements hashcode and equals) that represents a unique key for aVertex
A request to identify terms from a choice of field as part of aHop
.