mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
[DOCS] Removed outdated new/deprecated version notices
This commit is contained in:
parent
d5a47e597d
commit
393c28bee4
49 changed files with 83 additions and 524 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue