mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
[Docs] Fix missing new line
This commit is contained in:
parent
f00b431c18
commit
40f0e07db3
@ -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`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user