[Docs] Fix missing new line

This commit is contained in:
David Pilato 2014-11-27 19:39:12 +01:00
parent f00b431c18
commit 40f0e07db3

View File

@ -4,6 +4,7 @@
A special single bucket aggregation that enables aggregating from buckets on parent document types to buckets on child documents.
This aggregation relies on the <<mapping-parent-field,_parent field>> in the mapping. This aggregation has a single option:
* `type` - The what child type the buckets in the parent space should be mapped to.
For example, let's say we have an index of questions and answers. The answer type has the following `_parent` field in the mapping:
@ -340,4 +341,4 @@ Possible response:
--------------------------------------------------
<1> The number of question documents with the tag `windows-server-2003`.
<2> The number of answer documents that are related to question documents with the tag `windows-server-2003`.
<2> The number of answer documents that are related to question documents with the tag `windows-server-2003`.