From 14b63147661af9ab1c9a319c83d555e807f48dfe Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Tue, 13 Oct 2015 21:03:46 +0200 Subject: [PATCH] Update fuzzy-query.asciidoc Closes #14092 --- docs/reference/query-dsl/fuzzy-query.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/query-dsl/fuzzy-query.asciidoc b/docs/reference/query-dsl/fuzzy-query.asciidoc index b8af3aee066..72bb151f636 100644 --- a/docs/reference/query-dsl/fuzzy-query.asciidoc +++ b/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