Docs: fix tags for dfs and new like parameter

This commit is contained in:
Alex Ksikes 2014-10-27 15:25:48 +01:00
parent fbd0403a6f
commit 991f3e2cd3
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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
<<docs-multi-get,Multi Get API>> or <<docs-multi-termvectors,Multi Term Vectors API>>.
@ -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 <<docs-termvectors-per-field-analyzer,Term Vectors API>>.
|`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
<<docs-multi-get,Multi GET API>> or <<docs-multi-termvectors,Multi termvectors API>>.
The text is fetched from `fields` unless specified otherwise in each `doc`.