1
2
3[[Elasticsearch_Namespaces_GraphNamespace]]
4=== Elasticsearch\Namespaces\GraphNamespace
5
6
7
8Class GraphNamespace
9
10*Description*
11
12
13NOTE: this file is autogenerated using util/GenerateEndpoints.php
14and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
15
16
17*Methods*
18
19The class defines the following methods:
20
21* <<Elasticsearch_Namespaces_GraphNamespaceexplore_explore,`explore()`>>
22
23
24
25[[Elasticsearch_Namespaces_GraphNamespaceexplore_explore]]
26.`explore(array $params = [])`
27****
28[source,php]
29----
30/*
31$params['index']   = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
32$params['type']    = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
33$params['routing'] = (string) Specific routing value
34$params['timeout'] = (time) Explicit operation timeout
35$params['body']    = (array) Graph Query DSL
36*/
37----
38****
39
40
41