浏览代码

[DOCS] Add missing newline for bulleted list in top_metrics docs (#68481) (#68550)

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
James Rodewig 4 年之前
父节点
当前提交
ab0f4d51b2
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      docs/reference/aggregations/metrics/top-metrics-aggregation.asciidoc

+ 1 - 0
docs/reference/aggregations/metrics/top-metrics-aggregation.asciidoc

@@ -53,6 +53,7 @@ faster.
 
 The `sort` field in the metric request functions exactly the same as the `sort` field in the
 <<sort-search-results, search>> request except:
+
 * It can't be used on <<binary,binary>>, <<flattened,flattened>>, <<ip,ip>>,
 <<keyword,keyword>>, or <<text,text>> fields.
 * It only supports a single sort value so which document wins ties is not specified.