Skip to content

Commit 9c9f460

Browse files
wilderjrodewig
authored andcommitted
[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.
1 parent c70858b commit 9c9f460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-dsl/match-query.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ automatically transformed into a pure conjunction (`and`) query to
279279
ensure fast execution.
280280

281281
The `cutoff_frequency` can either be relative to the total number of
282-
documents if in the range `[0..1)` or absolute if greater or equal to
282+
documents if in the range from 0 (inclusive) to 1 (exclusive) or absolute if greater or equal to
283283
`1.0`.
284284

285285
Here is an example showing a query composed of stopwords exclusively:

0 commit comments

Comments
 (0)