[DOCS] Removed outdated new/deprecated version notices

This commit is contained in:
Clinton Gormley 2013-09-03 21:27:49 +02:00
parent d5a47e597d
commit 393c28bee4
49 changed files with 83 additions and 524 deletions

View file

@ -70,7 +70,7 @@ in the resulting boolean query should match. It can be an absolute value
both>>.
|`lenient` |If set to `true` will cause format based failures (like
providing text to a numeric field) to be ignored. (since 0.19.4).
providing text to a numeric field) to be ignored.
|=======================================================================
When a multi term query is being generated, one can control how it gets
@ -128,7 +128,7 @@ search on all "city" fields:
Another option is to provide the wildcard fields search in the query
string itself (properly escaping the `*` sign), for example:
`city.\*:something`. (since 0.19.4).
`city.\*:something`.
When running the `query_string` query against multiple fields, the
following additional parameters are allowed: