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…
Reference in New Issue