Module org.elasticsearch.xcore
Package org.elasticsearch.protocol.xpack.graph
package org.elasticsearch.protocol.xpack.graph
Request and Response objects for the default distribution's Graph
APIs.
-
ClassesClassDescriptionA Connection links exactly two
Vertexobjects.An identifier (implements hashcode and equals) that represents a unique key for aConnectionHolds the criteria required to guide the exploration of connected terms which can be returned as a graph.Graph explore response holds a graph ofVertexandConnectionobjects (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 aVertexA request to identify terms from a choice of field as part of aHop.