[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:
parent
9b116c8fef
commit
8ff809af2d
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue