Преглед на файлове

[DOCS] Fixed added[] tag version number

Clinton Gormley преди 11 години
родител
ревизия
53ce0e8e27
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/reference/search/aggregations/metrics/valuecount-aggregation.asciidoc

+ 2 - 2
docs/reference/search/aggregations/metrics/valuecount-aggregation.asciidoc

@@ -34,7 +34,7 @@ The name of the aggregation (`grades_count` above) also serves as the key by whi
 retrieved from the returned response.
 
 ==== Script
-added[1.1]
+added[1.1.0]
 
 Counting the values generated by a script:
 
@@ -47,4 +47,4 @@ Counting the values generated by a script:
         "grades_count" : { "value_count" : { "script" : "doc['grade'].value" } }
     }
 }
---------------------------------------------------
+--------------------------------------------------