You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/graph/explore/GraphExploreRequest.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import { Hop } from '../_types/Hop'
28
28
/**
29
29
* Explore graph analytics.
30
30
* Extract and summarize information about the documents and terms in an Elasticsearch data stream or index.
31
-
* The easiest way to understand the behaviour of this API is to use the Graph UI to explore connections.
31
+
* The easiest way to understand the behavior of this API is to use the Graph UI to explore connections.
32
32
* An initial request to the `_explore` API contains a seed query that identifies the documents of interest and specifies the fields that define the vertices and connections you want to include in the graph.
33
33
* Subsequent requests enable you to spider out from one more vertices of interest.
34
34
* You can exclude vertices that have already been returned.
0 commit comments