Browse Source

[DOCS] Fixes query default value (#44572)

Lisa Cawley 6 years ago
parent
commit
dbe7a48e82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc

+ 1 - 1
docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc

@@ -105,4 +105,4 @@ The `source` configuration object has the following properties:
   corresponds to the query object in an {es} search POST body. All the
   options that are supported by {es} can be used, as this object is
   passed verbatim to {es}. By default, this property has the following
-  value: `{"match_all": {"boost": 1}}`.
+  value: `{"match_all": {}}`.