瀏覽代碼

[DOCS] Fixes query default value (#44572)

Lisa Cawley 6 年之前
父節點
當前提交
dbe7a48e82
共有 1 個文件被更改,包括 1 次插入1 次删除
  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": {}}`.