mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-08 22:14:59 +00:00
Fix spelling error
This commit is contained in:
parent
eded5bc4f3
commit
7c5619a29a
@ -56,7 +56,7 @@ match the query string `"a* b* c*"`.
|
|||||||
[WARNING]
|
[WARNING]
|
||||||
=======
|
=======
|
||||||
Pure wildcards `\*` are rewritten to <<query-dsl-exists-query,`exists`>> queries for efficiency.
|
Pure wildcards `\*` are rewritten to <<query-dsl-exists-query,`exists`>> queries for efficiency.
|
||||||
As a consequence, the wildcard `"field:*"` would match documents with an emtpy value
|
As a consequence, the wildcard `"field:*"` would match documents with an empty value
|
||||||
like the following:
|
like the following:
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user