Browse Source

Update fuzzy-query.asciidoc

Closes #14092
Clinton Gormley 10 years ago
parent
commit
14b6314766
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/reference/query-dsl/fuzzy-query.asciidoc

+ 3 - 3
docs/reference/query-dsl/fuzzy-query.asciidoc

@@ -57,9 +57,9 @@ Or with more advanced settings:
     Defaults to `50`.
 
 
-WARNING: this query can be very heavy if `prefix_length` and `max_expansions`
-are both set to `0`. This could cause every term in the index to be examined!
-
+WARNING: This query can be very heavy if `prefix_length` is set to `0` and if
+`max_expansions` is set to a high number. It could result in every term in the
+index being examined!
 
 [float]
 ==== Numeric and date fields