Browse Source

[DOCS]: fixed added / coming tags in docs

Simon Willnauer 11 years ago
parent
commit
e6ace1313e

+ 2 - 2
docs/reference/query-dsl/filters/indices-filter.asciidoc

@@ -28,11 +28,11 @@ documents), and `all` (to match all). Defaults to `all`.
 
 `filter` is mandatory, as well as `indices` (or `index`).
 
-coming[0.90.8]
+added[0.90.8]
 [TIP]
 ===================================================================
 The fields order is important: if the `indices` are provided before `filter`
 or `no_match_filter`, the related filters get parsed only against the indices
 that they are going to be executed on. This is useful to avoid parsing filters
 when it is not necessary and prevent potential mapping errors.
-===================================================================
+===================================================================

+ 2 - 2
docs/reference/query-dsl/queries/indices-query.asciidoc

@@ -28,11 +28,11 @@ documents), and `all` (to match all). Defaults to `all`.
 
 `query` is mandatory, as well as `indices` (or `index`).
 
-coming[0.90.8]
+added[0.90.8]
 [TIP]
 ===================================================================
 The fields order is important: if the `indices` are provided before `query`
 or `no_match_query`, the related queries get parsed only against the indices
 that they are going to be executed on. This is useful to avoid parsing queries
 when it is not necessary and prevent potential mapping errors.
-===================================================================
+===================================================================

+ 1 - 1
docs/reference/testing/testing-framework.asciidoc

@@ -1,7 +1,7 @@
 [[testing-framework]]
 == Java Testing Framework
 
-added[1.0.0]
+added[1.0.0.RC1]
 
 [[testing-intro]]