mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 18:03:32 -04:00
Docs: Fix indentation for query options (#129395)
This commit is contained in:
parent
d487eb5b7c
commit
4daf983ea9
4 changed files with 25 additions and 41 deletions
|
@ -49,12 +49,10 @@ There is a limit on the number of fields that can be queried at once. It is defi
|
|||
|
||||
`default_operator`
|
||||
: (Optional, string) Default boolean logic used to interpret text in the query string if no operators are specified. Valid values are:
|
||||
|
||||
`OR` (Default)
|
||||
: For example, a query string of `capital of Hungary` is interpreted as `capital OR of OR Hungary`.
|
||||
|
||||
`AND`
|
||||
: For example, a query string of `capital of Hungary` is interpreted as `capital AND of AND Hungary`.
|
||||
- `OR` (Default)
|
||||
For example, a query string of `capital of Hungary` is interpreted as `capital OR of OR Hungary`.
|
||||
- `AND`
|
||||
For example, a query string of `capital of Hungary` is interpreted as `capital AND of AND Hungary`.
|
||||
|
||||
|
||||
`analyze_wildcard`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue