Browse Source

[DOCS] Fixed added[] tag version number

Clinton Gormley 11 years ago
parent
commit
53ce0e8e27

+ 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.
 retrieved from the returned response.
 
 
 ==== Script
 ==== Script
-added[1.1]
+added[1.1.0]
 
 
 Counting the values generated by a script:
 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" } }
         "grades_count" : { "value_count" : { "script" : "doc['grade'].value" } }
     }
     }
 }
 }
---------------------------------------------------
+--------------------------------------------------