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
@@ -632,6 +639,7 @@ public function explain(array $params = [])
632
639
* $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
633
640
* $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
634
641
* $params['include_unmapped'] = (boolean) Indicates whether unmapped fields should be included in the response. (Default = false)
642
+
* $params['body'] = (array) An index filter specified with the Query DSL
635
643
*
636
644
* @param array $params Associative array of parameters
637
645
* @return array
@@ -640,11 +648,13 @@ public function explain(array $params = [])
0 commit comments