Browse Source

[Docs] Correct typos in rank-eval and multi-search

Christoph Büscher 7 years ago
parent
commit
9f0c5ccf34

+ 1 - 1
docs/java-rest/high-level/search/multi-search.asciidoc

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

+ 1 - 1
docs/reference/search/rank-eval.asciidoc

@@ -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_.