[Docs] Correct typos in rank-eval and multi-search
This commit is contained in:
parent
13da9dd7c0
commit
9f0c5ccf34
|
@ -72,7 +72,7 @@ include-tagged::{doc-tests}/SearchDocumentationIT.java[multi-search-execute-list
|
|||
|
||||
==== MultiSearchResponse
|
||||
|
||||
The `MultiSearchResponse` that is returned by executing the `multiSearch`
|
||||
The `MultiSearchResponse` that is returned by executing the `multiSearch` method contains
|
||||
a `MultiSearchResponse.Item` for each `SearchRequest` in the
|
||||
`MultiSearchRequest`. Each `MultiSearchResponse.Item` contains an
|
||||
exception in `getFailure` if the request failed or a
|
||||
|
|
|
@ -5,7 +5,7 @@ experimental[The ranking evaluation API is experimental and may be changed or re
|
|||
|
||||
The ranking evaluation API allows to evaluate the quality of ranked search
|
||||
results over a set of typical search queries. Given this set of queries and a
|
||||
list or manually rated documents, the `_rank_eval` endpoint calculates and
|
||||
list of manually rated documents, the `_rank_eval` endpoint calculates and
|
||||
returns typical information retrieval metrics like _mean reciprocal rank_,
|
||||
_precision_ or _discounted cumulative gain_.
|
||||
|
||||
|
|
Loading…
Reference in New Issue