Fix spelling error

This commit is contained in:
Lukas Olson 2018-01-23 12:29:11 -07:00 committed by GitHub
parent eded5bc4f3
commit 7c5619a29a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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:
``` ```
{ {