浏览代码

Add missing comma in code section (#41678)

Missing comma in code section (line 114) is added to the doc file.
Kamyar Ghajar 6 年之前
父节点
当前提交
026c96d74f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/search/rank-eval.asciidoc

+ 1 - 1
docs/reference/search/rank-eval.asciidoc

@@ -111,7 +111,7 @@ GET /my_index/_rank_eval
   ], 
   "requests": [
       {
-         "id": "amsterdam_query"
+         "id": "amsterdam_query",
          "ratings": [ ... ],
          "template_id": "match_one_field_query", <3>
          "params": { <4>