[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.
This commit is contained in:
Wilder Pereira 2019-12-11 11:55:53 -03:00 committed by James Rodewig
parent 9b116c8fef
commit 8ff809af2d
1 changed files with 1 additions and 1 deletions

View File

@ -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: