mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-21 12:27:37 +00:00
Fix typos in match
in profile API (#46723)
* Replace `matches` with correct `match` * Use present tense consistently * Replace `metric` with correct `match`
This commit is contained in:
parent
b32031ee03
commit
7a3054c5dc
@ -375,11 +375,11 @@ The meaning of the stats are as follows:
|
|||||||
{empty} +
|
{empty} +
|
||||||
Conjunctions (e.g. `must` clauses in a boolean) are typical consumers of `advance`
|
Conjunctions (e.g. `must` clauses in a boolean) are typical consumers of `advance`
|
||||||
|
|
||||||
`matches`::
|
`match`::
|
||||||
|
|
||||||
Some queries, such as phrase queries, match documents using a "two-phase" process. First, the document is
|
Some queries, such as phrase queries, match documents using a "two-phase" process. First, the document is
|
||||||
"approximately" matched, and if it matches approximately, it is checked a second time with a more rigorous
|
"approximately" matched, and if it matches approximately, it is checked a second time with a more rigorous
|
||||||
(and expensive) process. The second phase verification is what the `matches` statistic measures.
|
(and expensive) process. The second phase verification is what the `match` statistic measures.
|
||||||
{empty} +
|
{empty} +
|
||||||
{empty} +
|
{empty} +
|
||||||
For example, a phrase query first checks a document approximately by ensuring all terms in the phrase are
|
For example, a phrase query first checks a document approximately by ensuring all terms in the phrase are
|
||||||
@ -388,7 +388,7 @@ The meaning of the stats are as follows:
|
|||||||
of the terms.
|
of the terms.
|
||||||
{empty} +
|
{empty} +
|
||||||
{empty} +
|
{empty} +
|
||||||
Because this two-phase process is only used by a handful of queries, the `metric` statistic will often be zero
|
Because this two-phase process is only used by a handful of queries, the `match` statistic is often zero
|
||||||
|
|
||||||
`score`::
|
`score`::
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user