From 3f081a5f8bff903d6094c449a8792ca11e66f501 Mon Sep 17 00:00:00 2001 From: Vlad Holubiev Date: Tue, 26 Dec 2017 16:06:07 +0200 Subject: [PATCH] docs: fix broken link display --- docs/reference/search/request/inner-hits.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/search/request/inner-hits.asciidoc b/docs/reference/search/request/inner-hits.asciidoc index 781b9f555a232..c563ff89e9c3e 100644 --- a/docs/reference/search/request/inner-hits.asciidoc +++ b/docs/reference/search/request/inner-hits.asciidoc @@ -1,7 +1,7 @@ [[search-request-inner-hits]] === Inner hits -The < and <> features allow the return of documents that +The <> and <> features allow the return of documents that have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned based on matches in nested inner objects.