From 991f3e2cd344969658041d1a1af7cdb6469fa974 Mon Sep 17 00:00:00 2001 From: Alex Ksikes Date: Mon, 27 Oct 2014 15:25:48 +0100 Subject: [PATCH] Docs: fix tags for dfs and new like parameter --- docs/reference/docs/termvectors.asciidoc | 2 +- docs/reference/query-dsl/queries/mlt-query.asciidoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/reference/docs/termvectors.asciidoc b/docs/reference/docs/termvectors.asciidoc index ecc7a6037a3..359f09b83f7 100644 --- a/docs/reference/docs/termvectors.asciidoc +++ b/docs/reference/docs/termvectors.asciidoc @@ -77,7 +77,7 @@ omit : each term in this field) [float] -==== Distributed frequencies coming[1.5.0] +==== Distributed frequencies coming[2.0] Setting `dfs` to `true` (default is `false`) will return the term statistics or the field statistics of the entire index, and not just at the shard. Use it diff --git a/docs/reference/query-dsl/queries/mlt-query.asciidoc b/docs/reference/query-dsl/queries/mlt-query.asciidoc index a36e8d3c075..7deb695caa1 100644 --- a/docs/reference/query-dsl/queries/mlt-query.asciidoc +++ b/docs/reference/query-dsl/queries/mlt-query.asciidoc @@ -110,7 +110,7 @@ The `more_like_this` top level parameters include: Defaults to the `_all` field for text and to all possible fields for documents. -|`like`|coming[1.5.0] +|`like`|coming[2.0] Can either be some text, some documents or a combination of all, *required*. A document request follows the same syntax as the <> or <>. @@ -118,11 +118,11 @@ In this case, the text is fetched from `fields` unless specified otherwise in ea The text is analyzed by the default analyzer at the field, unless overridden by the `per_field_analyzer` parameter of the <>. -|`like_text` |deprecated[1.5.0,Replaced by `like`] +|`like_text` |deprecated[2.0,Replaced by `like`] The text to find documents like it, *required* if `ids` or `docs` are not specified. -|`ids` or `docs` |deprecated[1.5.0,Replaced by `like`] +|`ids` or `docs` |deprecated[2.0,Replaced by `like`] A list of documents following the same syntax as the <> or <>. The text is fetched from `fields` unless specified otherwise in each `doc`.