mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +00:00
Docs: Add comma to reverse nested agg snippet
This commit is contained in:
parent
5bd14424e6
commit
413bf05956
@ -22,9 +22,9 @@ the issue documents as nested documents. The mapping could look like:
|
||||
|
||||
"issue" : {
|
||||
"properties" : {
|
||||
"tags" : { "type" : "text" }
|
||||
"tags" : { "type" : "text" },
|
||||
"comments" : { <1>
|
||||
"type" : "nested"
|
||||
"type" : "nested",
|
||||
"properties" : {
|
||||
"username" : { "type" : "keyword" },
|
||||
"comment" : { "type" : "text" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user