From 8ff809af2d3b3c43371a30df57b5cb85fd460222 Mon Sep 17 00:00:00 2001 From: Wilder Pereira Date: Wed, 11 Dec 2019 11:55:53 -0300 Subject: [PATCH] [DOCS] Replace interval notation with plain English in match query docs (#47334) As we discussed in #36371, interval notation is confusing to some users. This makes the intention clearer by just explaining inclusivity and exclusivity in the docs. --- docs/reference/query-dsl/match-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/query-dsl/match-query.asciidoc b/docs/reference/query-dsl/match-query.asciidoc index 9d30e58183f..fd235d3450e 100644 --- a/docs/reference/query-dsl/match-query.asciidoc +++ b/docs/reference/query-dsl/match-query.asciidoc @@ -274,7 +274,7 @@ automatically transformed into a pure conjunction (`and`) query to ensure fast execution. The `cutoff_frequency` can either be relative to the total number of -documents if in the range `[0..1)` or absolute if greater or equal to +documents if in the range from 0 (inclusive) to 1 (exclusive) or absolute if greater or equal to `1.0`. Here is an example showing a query composed of stopwords exclusively: