[DOCS] Fixed the fuzzy query docs with correct default value max_expansion option

This commit is contained in:
Yervand Aghababyan 2014-05-13 18:12:05 +04:00 committed by Luca Cavanna
parent e991c1f717
commit cb22417cc1
1 changed files with 2 additions and 3 deletions

View File

@ -54,12 +54,11 @@ Or with more advanced settings:
`max_expansions`::
The maximum number of terms that the `fuzzy` query will expand to.
Defaults to `0`.
Defaults to `50`.
WARNING: this query can be very heavy if `prefix_length` and `max_expansions`
are both set to their defaults of `0`. This could cause every term in the
index to be examined!
are both set to `0`. This could cause every term in the index to be examined!
[float]